#707033

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

Shades of Olivetone #707033

Tints of Olivetone #707033

Color information

#707033 (or 0x707033) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 33. RGB value is (112,112,51). Sum of RGB (Red+Green+Blue) = 112+112+51=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707033 is #8F8FCC. Grayscale: #696969. Windows color (decimal): -9408461 or 3371120. OLE color: 3371120.

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

Color convert

RGB11211251-
CMYK000.540.56
HSL60º37.42%31.96%-
HSV(B)60º54.46%43.92%-
XYZ13.0715.275.39-
YUV105.0597.5132.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=40.73%
G=40.73%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211251000.540.566037.4231.96
Hex7070330036383c2520
Octal16016063006670744540
Binary1110000111000011001100110110111000111100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707033; }

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

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

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

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

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

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

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

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