#707216

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

Shades of Olivetone #707216

Tints of Olivetone #707216

Color information

#707216 (or 0x707216) is unknown color: approx Olivetone. HEX triplet: 70, 72 and 16. RGB value is (112,114,22). Sum of RGB (Red+Green+Blue) = 112+114+22=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #707216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707216 is #8F8DE9. Grayscale: #676767. Windows color (decimal): -9407978 or 1471088. OLE color: 1471088.

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

Color convert

RGB11211422-
CMYK0.0200.810.55
HSL61.3º67.65%26.67%-
HSV(B)61.3º80.7%44.71%-
XYZ12.8415.543.08-
YUV102.9182.34134.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=45.16%
G=45.97%
B=8.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114220.0200.810.5561.367.6526.67
Hex7072162051373d441b
Octal1601622620121677510433
Binary11100001110010101101001010001110111111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707216; }

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

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

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

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

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

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

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

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