#707029

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

Shades of Olivetone #707029

Tints of Olivetone #707029

Color information

#707029 (or 0x707029) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 29. RGB value is (112,112,41). Sum of RGB (Red+Green+Blue) = 112+112+41=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707029 is #8F8FD6. Grayscale: #686868. Windows color (decimal): -9408471 or 2715760. OLE color: 2715760.

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

Color convert

RGB11211241-
CMYK000.630.56
HSL60º46.41%30%-
HSV(B)60º63.39%43.92%-
XYZ12.8815.194.35-
YUV103.9192.5133.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=42.26%
G=42.26%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211241000.630.566046.4130
Hex707029003F383c2e1e
Octal16016051007770745636
Binary111000011100001010010011111111100011110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707029; }

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

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

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

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

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

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

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

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