#707606

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

Shades of Olive #707606

Tints of Olive #707606

Color information

#707606 (or 0x707606) is unknown color: approx Olive. HEX triplet: 70, 76 and 06. RGB value is (112,118,6). Sum of RGB (Red+Green+Blue) = 112+118+6=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #707606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707606 is #8F89F9. Grayscale: #676767. Windows color (decimal): -9406970 or 423536. OLE color: 423536.

HSL color Cylindrical-coordinate representation of color #707606: hue angle of 63.21º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707606 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1121186-
CMYK0.0500.950.54
HSL63.21º90.32%24.31%-
HSV(B)63.21º94.92%46.27%-
XYZ13.1916.412.65-
YUV103.4473.01134.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=47.46%
G=50%
B=2.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11211860.0500.950.5463.2190.3224.31
Hex70766505F363f5a18
Octal160166650137667713230
Binary1110000111011011010101011111110110111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707606; }

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

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

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

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

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

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

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

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