#708706

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

Shades of Olive #708706

Tints of Olive #708706

Color information

#708706 (or 0x708706) is unknown color: approx Olive. HEX triplet: 70, 87 and 06. RGB value is (112,135,6). Sum of RGB (Red+Green+Blue) = 112+135+6=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #708706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708706 is #8F78F9. Grayscale: #717171. Windows color (decimal): -9402618 or 427888. OLE color: 427888.

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

Color convert

RGB1121356-
CMYK0.1700.960.47
HSL70.7º91.49%27.65%-
HSV(B)70.7º95.56%52.94%-
XYZ15.3820.793.37-
YUV113.4267.38126.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=44.27%
G=53.36%
B=2.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11213560.1700.960.4770.791.4927.65
Hex70876110602F475b1c
Octal16020762101405710713334
Binary11100001000011111010001011000001011111000111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708706; }

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

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

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

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

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

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

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

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