#707031

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

Shades of Olivetone #707031

Tints of Olivetone #707031

Color information

#707031 (or 0x707031) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 31. RGB value is (112,112,49). Sum of RGB (Red+Green+Blue) = 112+112+49=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707031 is #8F8FCE. Grayscale: #696969. Windows color (decimal): -9408463 or 3240048. OLE color: 3240048.

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

Color convert

RGB11211249-
CMYK000.560.56
HSL60º39.13%31.57%-
HSV(B)60º56.25%43.92%-
XYZ13.0315.255.16-
YUV104.8296.5133.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=41.03%
G=41.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211249000.560.566039.1331.57
Hex7070310038383c2720
Octal16016061007070744740
Binary1110000111000011000100111000111000111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707031; }

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

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

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

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

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

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

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

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