Html Css Color HEX #709129 Olive Drab

📋 copy color: '#709129'

red 112 ◦ green 145 ◦ blue 41

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

Shades of Olive Drab #709129

Tints of Olive Drab #709129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

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

R = 37.58%
G = 48.66%
B = 13.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#709129 (or 0x709129) is known color: Olive Drab. HEX triplet: 70, 91 and 29. RGB value is (112,145,41). Sum of RGB (Red+Green+Blue) = 112+145+41=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #709129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709129 is #8F6ED6. Grayscale: #7B7B7B. Windows color (decimal): -9400023 or 2724208. OLE color: 2724208.

HSL color Cylindrical-coordinate representation of color #709129: hue angle of 79.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #709129 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 41 -
CMYK 0.23 0 0.72 0.43
HSL 79.04º 0.56% 0.36% -
HSV(B) 79.04º 0.72% 0.57% -
XYZ 17.21 23.86 5.8 -
YUV 123.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 112 145 41 0.23 0 0.72 0.43 79.04 0.56 0.36
Hex 70 91 29 17 0 48 2B 4F 38 24
Octal 160 221 51 27 0 110 53 117 70 44
Binary 1110000 10010001 101001 10111 0 1001000 101011 1001111 111000 100100

Color Harmonies of #709129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709129

Black with #709129

Text Example


Text Example

White with #709129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709129; }

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

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

background-color css

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

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

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

border-color css

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

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

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