Html Css Color HEX #709114 Olive Drab

📋 copy color: '#709114'

red 112 ◦ green 145 ◦ blue 20

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

Shades of Olive Drab #709114

Tints of Olive Drab #709114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 40.43%
G = 52.35%
B = 7.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#709114 (or 0x709114) is known color: Olive Drab. HEX triplet: 70, 91 and 14. RGB value is (112,145,20). Sum of RGB (Red+Green+Blue) = 112+145+20=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #709114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709114 is #8F6EEB. Grayscale: #797979. Windows color (decimal): -9400044 or 1347952. OLE color: 1347952.

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

Color convert

RGB 112 145 20 -
CMYK 0.23 0 0.86 0.43
HSL 75.84º 0.76% 0.32% -
HSV(B) 75.84º 0.86% 0.57% -
XYZ 16.93 23.75 4.35 -
YUV 120.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 112 145 20 0.23 0 0.86 0.43 75.84 0.76 0.32
Hex 70 91 14 17 0 56 2B 4C 4C 20
Octal 160 221 24 27 0 126 53 114 114 40
Binary 1110000 10010001 10100 10111 0 1010110 101011 1001100 1001100 100000

Color Harmonies of #709114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709114

Black with #709114

Text Example


Text Example

White with #709114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709114; }

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

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

background-color css

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

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

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

border-color css

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

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

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