#707213

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

Shades of Olivetone #707213

Tints of Olivetone #707213

Color information

#707213 (or 0x707213) is unknown color: approx Olivetone. HEX triplet: 70, 72 and 13. RGB value is (112,114,19). Sum of RGB (Red+Green+Blue) = 112+114+19=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #707213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707213 is #8F8DEC. Grayscale: #666666. Windows color (decimal): -9407981 or 1274480. OLE color: 1274480.

HSL color Cylindrical-coordinate representation of color #707213: hue angle of 61.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #707213 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB11211419-
CMYK0.0200.830.55
HSL61.26º71.43%26.08%-
HSV(B)61.26º83.33%44.71%-
XYZ12.8215.532.94-
YUV102.5780.84134.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=45.71%
G=46.53%
B=7.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114190.0200.830.5561.2671.4326.08
Hex7072132053373d471a
Octal1601622320123677510732
Binary11100001110010100111001010011110111111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707213; }

 p { color: rgb(112,114,19); }

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

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

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

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

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

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

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