#708606

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

Shades of Olive #708606

Tints of Olive #708606

Color information

#708606 (or 0x708606) is unknown color: approx Olive. HEX triplet: 70, 86 and 06. RGB value is (112,134,6). Sum of RGB (Red+Green+Blue) = 112+134+6=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #708606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708606 is #8F79F9. Grayscale: #717171. Windows color (decimal): -9402874 or 427632. OLE color: 427632.

HSL color Cylindrical-coordinate representation of color #708606: hue angle of 70.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708606 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1121346-
CMYK0.1600.960.47
HSL70.31º91.43%27.45%-
HSV(B)70.31º95.52%52.55%-
XYZ15.2420.513.33-
YUV112.8367.71127.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=44.44%
G=53.17%
B=2.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11213460.1600.960.4770.3191.4327.45
Hex70866100602F465b1b
Octal16020662001405710613333
Binary11100001000011011010000011000001011111000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708606; }

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

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

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

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

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

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

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

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