Html Css Color HEX #709214 Olive Drab

📋 copy color: '#709214'

red 112 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #709214

Tints of Olive Drab #709214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 40.29%
G = 52.52%
B = 7.19%

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

#709214 (or 0x709214) is known color: Olive Drab. HEX triplet: 70, 92 and 14. RGB value is (112,146,20). Sum of RGB (Red+Green+Blue) = 112+146+20=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #709214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709214 is #8F6DEB. Grayscale: #797979. Windows color (decimal): -9399788 or 1348208. OLE color: 1348208.

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

Color convert

RGB 112 146 20 -
CMYK 0.23 0 0.86 0.43
HSL 76.19º 0.76% 0.33% -
HSV(B) 76.19º 0.86% 0.57% -
XYZ 17.09 24.05 4.4 -
YUV 121.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 112 146 20 0.23 0 0.86 0.43 76.19 0.76 0.33
Hex 70 92 14 17 0 56 2B 4C 4C 21
Octal 160 222 24 27 0 126 53 114 114 41
Binary 1110000 10010010 10100 10111 0 1010110 101011 1001100 1001100 100001

Color Harmonies of #709214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709214

Black with #709214

Text Example


Text Example

White with #709214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709214; }

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

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

background-color css

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

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

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

border-color css

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

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

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