#706906

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

Shades of Olive #706906

Tints of Olive #706906

Color information

#706906 (or 0x706906) is unknown color: approx Olive. HEX triplet: 70, 69 and 06. RGB value is (112,105,6). Sum of RGB (Red+Green+Blue) = 112+105+6=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #706906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706906 is #8F96F9. Grayscale: #606060. Windows color (decimal): -9410298 or 420208. OLE color: 420208.

HSL color Cylindrical-coordinate representation of color #706906: hue angle of 56.04º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #706906 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1121056-
CMYK00.060.950.56
HSL56.04º89.83%23.14%-
HSV(B)56.04º94.64%43.92%-
XYZ11.7713.562.17-
YUV95.8177.32139.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=50.22%
G=47.09%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112105600.060.950.5656.0489.8323.14
Hex70696065F38385a17
Octal160151606137707013227
Binary1110000110100111001101011111111000111000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706906; }

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

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

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

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

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

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

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

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