#707316

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

Shades of Olivetone #707316

Tints of Olivetone #707316

Color information

#707316 (or 0x707316) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 16. RGB value is (112,115,22). Sum of RGB (Red+Green+Blue) = 112+115+22=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #707316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707316 is #8F8CE9. Grayscale: #676767. Windows color (decimal): -9407722 or 1471344. OLE color: 1471344.

HSL color Cylindrical-coordinate representation of color #707316: hue angle of 61.94º 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 #707316 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB11211522-
CMYK0.0300.810.55
HSL61.94º67.88%26.86%-
HSV(B)61.94º80.87%45.1%-
XYZ12.9615.763.12-
YUV103.582.01134.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=44.98%
G=46.18%
B=8.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115220.0300.810.5561.9467.8826.86
Hex7073163051373e441b
Octal1601632630121677610433
Binary11100001110011101101101010001110111111110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707316; }

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

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

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

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

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

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

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

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