#708410

Color #708410 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #708410

Tints of Olive Drab #708410

Color information

#708410 (or 0x708410) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 10. RGB value is (112,132,16). Sum of RGB (Red+Green+Blue) = 112+132+16=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #708410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708410 is #8F7BEF. Grayscale: #717171. Windows color (decimal): -9403376 or 1082480. OLE color: 1082480.

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

Color convert

RGB11213216-
CMYK0.1500.880.48
HSL70.34º78.38%29.02%-
HSV(B)70.34º87.88%51.76%-
XYZ15.0319.983.56-
YUV112.873.37127.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 16 (6.64% from 255) = 6.15%
R=43.08%
G=50.77%
B=6.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132160.1500.880.4870.3478.3829.02
Hex708410F05830464e1d
Octal160204201701306010611635
Binary111000010000100100001111010110001100001000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708410; }

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

 H1.HeaderClassName
 {
   color: #708410;
 }
 .AnyTagClassName
 {
   color: #708410;
 }
</style>
background-color css

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

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

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

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

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

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