Html Css Color HEX #708917 Olive Drab

📋 copy color: '#708917'

red 112 ◦ green 137 ◦ blue 23

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

Shades of Olive Drab #708917

Tints of Olive Drab #708917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 41.18%
G = 50.37%
B = 8.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#708917 (or 0x708917) is known color: Olive Drab. HEX triplet: 70, 89 and 17. RGB value is (112,137,23). Sum of RGB (Red+Green+Blue) = 112+137+23=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #708917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708917 is #8F76E8. Grayscale: #747474. Windows color (decimal): -9402089 or 1542512. OLE color: 1542512.

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

Color convert

RGB 112 137 23 -
CMYK 0.18 0 0.83 0.46
HSL 73.16º 0.71% 0.31% -
HSV(B) 73.16º 0.83% 0.54% -
XYZ 15.78 21.4 4.11 -
YUV 116.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 112 137 23 0.18 0 0.83 0.46 73.16 0.71 0.31
Hex 70 89 17 12 0 53 2E 49 47 1F
Octal 160 211 27 22 0 123 56 111 107 37
Binary 1110000 10001001 10111 10010 0 1010011 101110 1001001 1000111 11111

Color Harmonies of #708917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708917

Black with #708917

Text Example


Text Example

White with #708917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708917; }

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

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

background-color css

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

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

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

border-color css

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

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

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