#707522

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

Shades of Olivetone #707522

Tints of Olivetone #707522

Color information

#707522 (or 0x707522) is unknown color: approx Olivetone. HEX triplet: 70, 75 and 22. RGB value is (112,117,34). Sum of RGB (Red+Green+Blue) = 112+117+34=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #707522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707522 is #8F8ADD. Grayscale: #6A6A6A. Windows color (decimal): -9407198 or 2258288. OLE color: 2258288.

HSL color Cylindrical-coordinate representation of color #707522: hue angle of 63.61º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #707522 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB11211734-
CMYK0.0400.710.54
HSL63.61º54.97%29.61%-
HSV(B)63.61º70.94%45.88%-
XYZ13.3316.283.95-
YUV106.0487.34132.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=42.59%
G=44.49%
B=12.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117340.0400.710.5463.6154.9729.61
Hex70752240473640371e
Octal1601654240107661006736
Binary1110000111010110001010001000111110110100000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707522; }

 p { color: rgb(112,117,34); }

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

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

 a { background-color: rgb(112,117,34); }

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

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

 span { border-color: rgb(112,117,34); }

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