Html Css Color HEX #708817 Olive Drab

📋 copy color: '#708817'

red 112 ◦ green 136 ◦ blue 23

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

Shades of Olive Drab #708817

Tints of Olive Drab #708817

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

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

R = 41.33%
G = 50.18%
B = 8.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#708817 (or 0x708817) is known color: Olive Drab. HEX triplet: 70, 88 and 17. RGB value is (112,136,23). Sum of RGB (Red+Green+Blue) = 112+136+23=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #708817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708817 is #8F77E8. Grayscale: #747474. Windows color (decimal): -9402345 or 1542256. OLE color: 1542256.

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

Color convert

RGB 112 136 23 -
CMYK 0.18 0 0.83 0.47
HSL 72.74º 0.71% 0.31% -
HSV(B) 72.74º 0.83% 0.53% -
XYZ 15.64 21.11 4.06 -
YUV 115.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 112 136 23 0.18 0 0.83 0.47 72.74 0.71 0.31
Hex 70 88 17 12 0 53 2F 49 47 1F
Octal 160 210 27 22 0 123 57 111 107 37
Binary 1110000 10001000 10111 10010 0 1010011 101111 1001001 1000111 11111

Color Harmonies of #708817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708817

Black with #708817

Text Example


Text Example

White with #708817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708817; }

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

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

background-color css

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

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

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

border-color css

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

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

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