#707220

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

Shades of Olivetone #707220

Tints of Olivetone #707220

Color information

#707220 (or 0x707220) is unknown color: approx Olivetone. HEX triplet: 70, 72 and 20. RGB value is (112,114,32). Sum of RGB (Red+Green+Blue) = 112+114+32=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #707220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707220 is #8F8DDF. Grayscale: #686868. Windows color (decimal): -9407968 or 2126448. OLE color: 2126448.

HSL color Cylindrical-coordinate representation of color #707220: hue angle of 61.46º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707220 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11211432-
CMYK0.0200.720.55
HSL61.46º56.16%28.63%-
HSV(B)61.46º71.93%44.71%-
XYZ12.9615.583.69-
YUV104.0587.34133.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=43.41%
G=44.19%
B=12.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114320.0200.720.5561.4656.1628.63
Hex7072202048373d381d
Octal160162402011067757035
Binary11100001110010100000100100100011011111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707220; }

 p { color: rgb(112,114,32); }

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

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

 a { background-color: rgb(112,114,32); }

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

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

 span { border-color: rgb(112,114,32); }

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