Html Css Color HEX #709127 Olive Drab

📋 copy color: '#709127'

red 112 ◦ green 145 ◦ blue 39

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

Shades of Olive Drab #709127

Tints of Olive Drab #709127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 37.84%
G = 48.99%
B = 13.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#709127 (or 0x709127) is known color: Olive Drab. HEX triplet: 70, 91 and 27. RGB value is (112,145,39). Sum of RGB (Red+Green+Blue) = 112+145+39=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #709127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709127 is #8F6ED8. Grayscale: #7B7B7B. Windows color (decimal): -9400025 or 2593136. OLE color: 2593136.

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

Color convert

RGB 112 145 39 -
CMYK 0.23 0 0.73 0.43
HSL 78.68º 0.58% 0.36% -
HSV(B) 78.68º 0.73% 0.57% -
XYZ 17.17 23.84 5.62 -
YUV 123.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 112 145 39 0.23 0 0.73 0.43 78.68 0.58 0.36
Hex 70 91 27 17 0 49 2B 4F 3A 24
Octal 160 221 47 27 0 111 53 117 72 44
Binary 1110000 10010001 100111 10111 0 1001001 101011 1001111 111010 100100

Color Harmonies of #709127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709127

Black with #709127

Text Example


Text Example

White with #709127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709127; }

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

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

background-color css

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

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

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

border-color css

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

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

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