Html Css Color HEX #708617 Olive Drab

📋 copy color: '#708617'

red 112 ◦ green 134 ◦ blue 23

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

Shades of Olive Drab #708617

Tints of Olive Drab #708617

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

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

R = 41.64%
G = 49.81%
B = 8.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#708617 (or 0x708617) is known color: Olive Drab. HEX triplet: 70, 86 and 17. RGB value is (112,134,23). Sum of RGB (Red+Green+Blue) = 112+134+23=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #708617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708617 is #8F79E8. Grayscale: #737373. Windows color (decimal): -9402857 or 1541744. OLE color: 1541744.

HSL color Cylindrical-coordinate representation of color #708617: hue angle of 71.89º 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 #708617 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 23 -
CMYK 0.16 0 0.83 0.47
HSL 71.89º 0.71% 0.31% -
HSV(B) 71.89º 0.83% 0.53% -
XYZ 15.36 20.56 3.97 -
YUV 114.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 112 134 23 0.16 0 0.83 0.47 71.89 0.71 0.31
Hex 70 86 17 10 0 53 2F 48 47 1F
Octal 160 206 27 20 0 123 57 110 107 37
Binary 1110000 10000110 10111 10000 0 1010011 101111 1001000 1000111 11111

Color Harmonies of #708617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708617

Black with #708617

Text Example


Text Example

White with #708617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708617; }

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

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

background-color css

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

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

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

border-color css

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

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

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