#706706

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

Shades of Olive #706706

Tints of Olive #706706

Color information

#706706 (or 0x706706) is unknown color: approx Olive. HEX triplet: 70, 67 and 06. RGB value is (112,103,6). Sum of RGB (Red+Green+Blue) = 112+103+6=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706706 is #8F98F9. Grayscale: #5F5F5F. Windows color (decimal): -9410810 or 419696. OLE color: 419696.

HSL color Cylindrical-coordinate representation of color #706706: hue angle of 54.91º 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 #706706 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1121036-
CMYK00.080.950.56
HSL54.91º89.83%23.14%-
HSV(B)54.91º94.64%43.92%-
XYZ11.5713.162.1-
YUV94.6377.98140.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=50.68%
G=46.61%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112103600.080.950.5654.9189.8323.14
Hex70676085F38375a17
Octal1601476010137706713227
Binary11100001100111110010001011111111000110111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706706; }

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

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

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

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

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

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

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

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