Html Css Color HEX #708914 Olive Drab

📋 copy color: '#708914'

red 112 ◦ green 137 ◦ blue 20

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

Shades of Olive Drab #708914

Tints of Olive Drab #708914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

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

R = 41.64%
G = 50.93%
B = 7.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#708914 (or 0x708914) is known color: Olive Drab. HEX triplet: 70, 89 and 14. RGB value is (112,137,20). Sum of RGB (Red+Green+Blue) = 112+137+20=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #708914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708914 is #8F76EB. Grayscale: #747474. Windows color (decimal): -9402092 or 1345904. OLE color: 1345904.

HSL color Cylindrical-coordinate representation of color #708914: hue angle of 72.82º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #708914 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 20 -
CMYK 0.18 0 0.85 0.46
HSL 72.82º 0.75% 0.31% -
HSV(B) 72.82º 0.85% 0.54% -
XYZ 15.75 21.39 3.96 -
YUV 116.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 112 137 20 0.18 0 0.85 0.46 72.82 0.75 0.31
Hex 70 89 14 12 0 55 2E 49 4B 1F
Octal 160 211 24 22 0 125 56 111 113 37
Binary 1110000 10001001 10100 10010 0 1010101 101110 1001001 1001011 11111

Color Harmonies of #708914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708914

Black with #708914

Text Example


Text Example

White with #708914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708914; }

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

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

background-color css

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

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

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

border-color css

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

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

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