Html Css Color HEX #719429 Olive Drab

📋 copy color: '#719429'

red 113 ◦ green 148 ◦ blue 41

#719429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #719429

Tints of Olive Drab #719429

RGB

 RED value IS 113 (44.53% from 255) = 37.42%

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 37.42%
G = 49.01%
B = 13.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#719429 (or 0x719429) is known color: Olive Drab. HEX triplet: 71, 94 and 29. RGB value is (113,148,41). Sum of RGB (Red+Green+Blue) = 113+148+41=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #719429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719429 is #8E6BD6. Grayscale: #7D7D7D. Windows color (decimal): -9333719 or 2724977. OLE color: 2724977.

HSL color Cylindrical-coordinate representation of color #719429: hue angle of 79.63º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #719429 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 41 -
CMYK 0.24 0 0.72 0.42
HSL 79.63º 0.57% 0.37% -
HSV(B) 79.63º 0.72% 0.58% -
XYZ 17.8 24.85 5.96 -
YUV 125.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 113 148 41 0.24 0 0.72 0.42 79.63 0.57 0.37
Hex 71 94 29 18 0 48 2A 50 39 25
Octal 161 224 51 30 0 110 52 120 71 45
Binary 1110001 10010100 101001 11000 0 1001000 101010 1010000 111001 100101

Color Harmonies of #719429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719429

Black with #719429

Text Example


Text Example

White with #719429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719429; }

 p { color: rgb(113,148,41); }

 H1.HeaderClassName
 {
   color: #719429;
 }
 .AnyTagClassName
 {
   color: #719429;
 }
</style>

background-color css

<style>
 a { background-color: #719429; }

 a { background-color: rgb(113,148,41); }

 div.DivClassName
 {
   background-color: #719429;
 }
 .BgClassName
 {
   background-color: #719429;
 }
</style>

border-color css

<style>
 span { border-color: #719429; }

 span { border-color: rgb(113,148,41); }

 td.TdClassName
 {
   border-color: #719429;
 }
 .TagClassName
 {
   border-color: #719429;
 }
</style>