Html Css Color HEX #709429 Olive Drab

📋 copy color: '#709429'

red 112 ◦ green 148 ◦ blue 41

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

Shades of Olive Drab #709429

Tints of Olive Drab #709429

RGB

 RED value IS 112 (44.14% from 255) = 37.21%

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

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

R = 37.21%
G = 49.17%
B = 13.62%

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

#709429 (or 0x709429) is known color: Olive Drab. HEX triplet: 70, 94 and 29. RGB value is (112,148,41). Sum of RGB (Red+Green+Blue) = 112+148+41=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #709429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709429 is #8F6BD6. Grayscale: #7D7D7D. Windows color (decimal): -9399255 or 2724976. OLE color: 2724976.

HSL color Cylindrical-coordinate representation of color #709429: hue angle of 80.19º 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 #709429 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 41 -
CMYK 0.24 0 0.72 0.42
HSL 80.19º 0.57% 0.37% -
HSV(B) 80.19º 0.72% 0.58% -
XYZ 17.67 24.78 5.95 -
YUV 125.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 112 148 41 0.24 0 0.72 0.42 80.19 0.57 0.37
Hex 70 94 29 18 0 48 2A 50 39 25
Octal 160 224 51 30 0 110 52 120 71 45
Binary 1110000 10010100 101001 11000 0 1001000 101010 1010000 111001 100101

Color Harmonies of #709429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709429

Black with #709429

Text Example


Text Example

White with #709429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709429; }

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

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

background-color css

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

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

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

border-color css

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

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

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