#706707

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

Shades of Olive #706707

Tints of Olive #706707

Color information

#706707 (or 0x706707) is unknown color: approx Olive. HEX triplet: 70, 67 and 07. RGB value is (112,103,7). Sum of RGB (Red+Green+Blue) = 112+103+7=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706707 is #8F98F8. Grayscale: #5F5F5F. Windows color (decimal): -9410809 or 485232. OLE color: 485232.

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

Color convert

RGB1121037-
CMYK00.080.940.56
HSL54.86º88.24%23.33%-
HSV(B)54.86º93.75%43.92%-
XYZ11.5713.162.13-
YUV94.7578.48140.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=50.45%
G=46.40%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112103700.080.940.5654.8688.2423.33
Hex70677085E38375817
Octal1601477010136706713027
Binary11100001100111111010001011110111000110111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706707; }

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

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

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

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

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

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

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

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