#707116

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

Shades of Olivetone #707116

Tints of Olivetone #707116

Color information

#707116 (or 0x707116) is unknown color: approx Olivetone. HEX triplet: 70, 71 and 16. RGB value is (112,113,22). Sum of RGB (Red+Green+Blue) = 112+113+22=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #707116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707116 is #8F8EE9. Grayscale: #666666. Windows color (decimal): -9408234 or 1470832. OLE color: 1470832.

HSL color Cylindrical-coordinate representation of color #707116: hue angle of 60.66º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707116 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11211322-
CMYK0.0100.810.56
HSL60.66º67.41%26.47%-
HSV(B)60.66º80.53%44.31%-
XYZ12.7315.313.04-
YUV102.3382.67134.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=45.34%
G=45.75%
B=8.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113220.0100.810.5660.6667.4126.47
Hex7071161051383d431a
Octal1601612610121707510332
Binary1110000111000110110101010001111000111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707116; }

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

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

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

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

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

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

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

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