Html Css Color HEX #708416 Olive Drab

📋 copy color: '#708416'

red 112 ◦ green 132 ◦ blue 22

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

Shades of Olive Drab #708416

Tints of Olive Drab #708416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 42.11%
G = 49.62%
B = 8.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#708416 (or 0x708416) is known color: Olive Drab. HEX triplet: 70, 84 and 16. RGB value is (112,132,22). Sum of RGB (Red+Green+Blue) = 112+132+22=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #708416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708416 is #8F7BE9. Grayscale: #717171. Windows color (decimal): -9403370 or 1475696. OLE color: 1475696.

HSL color Cylindrical-coordinate representation of color #708416: hue angle of 70.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #708416 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 22 -
CMYK 0.15 0 0.83 0.48
HSL 70.91º 0.71% 0.3% -
HSV(B) 70.91º 0.83% 0.52% -
XYZ 15.08 20.01 3.83 -
YUV 113.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 112 132 22 0.15 0 0.83 0.48 70.91 0.71 0.3
Hex 70 84 16 F 0 53 30 47 47 1E
Octal 160 204 26 17 0 123 60 107 107 36
Binary 1110000 10000100 10110 1111 0 1010011 110000 1000111 1000111 11110

Color Harmonies of #708416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708416

Black with #708416

Text Example


Text Example

White with #708416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708416; }

 p { color: rgb(112,132,22); }

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

background-color css

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

 a { background-color: rgb(112,132,22); }

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

border-color css

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

 span { border-color: rgb(112,132,22); }

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