#706507

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

Shades of Olive #706507

Tints of Olive #706507

Color information

#706507 (or 0x706507) is unknown color: approx Olive. HEX triplet: 70, 65 and 07. RGB value is (112,101,7). Sum of RGB (Red+Green+Blue) = 112+101+7=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706507 is #8F9AF8. Grayscale: #5D5D5D. Windows color (decimal): -9411321 or 484720. OLE color: 484720.

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

Color convert

RGB1121017-
CMYK00.100.940.56
HSL53.71º88.24%23.33%-
HSV(B)53.71º93.75%43.92%-
XYZ11.3712.772.07-
YUV93.5779.14141.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=50.91%
G=45.91%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112101700.100.940.5653.7188.2423.33
Hex706570A5E38365817
Octal1601457012136706613027
Binary11100001100101111010101011110111000110110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706507; }

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

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

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

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

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

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

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

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