#70702F

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

Shades of Olivetone #70702F

Tints of Olivetone #70702F

Color information

#70702F (or 0x70702F) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 2F. RGB value is (112,112,47). Sum of RGB (Red+Green+Blue) = 112+112+47=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70702F is #8F8FD0. Grayscale: #686868. Windows color (decimal): -9408465 or 3108976. OLE color: 3108976.

HSL color Cylindrical-coordinate representation of color #70702F: hue angle of 60º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70702F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11211247-
CMYK000.580.56
HSL60º40.88%31.18%-
HSV(B)60º58.04%43.92%-
XYZ12.9915.244.95-
YUV104.5995.5133.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=41.33%
G=41.33%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211247000.580.566040.8831.18
Hex70702F003A383c291f
Octal16016057007270745137
Binary111000011100001011110011101011100011110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,112,47); }

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

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

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

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

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

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

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