#70761F

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

Shades of Olivetone #70761F

Tints of Olivetone #70761F

Color information

#70761F (or 0x70761F) is unknown color: approx Olivetone. HEX triplet: 70, 76 and 1F. RGB value is (112,118,31). Sum of RGB (Red+Green+Blue) = 112+118+31=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #70761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761F is #8F89E0. Grayscale: #6A6A6A. Windows color (decimal): -9406945 or 2061936. OLE color: 2061936.

HSL color Cylindrical-coordinate representation of color #70761F: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70761F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11211831-
CMYK0.0500.740.54
HSL64.14º58.39%29.22%-
HSV(B)64.14º73.73%46.27%-
XYZ13.4116.53.77-
YUV106.2985.51132.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=42.91%
G=45.21%
B=11.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118310.0500.740.5464.1458.3929.22
Hex70761F504A36403a1d
Octal1601663750112661007235
Binary111000011101101111110101001010110110100000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70761F; }

 p { color: rgb(112,118,31); }

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

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

 a { background-color: rgb(112,118,31); }

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

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

 span { border-color: rgb(112,118,31); }

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