#707421

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

Shades of Olivetone #707421

Tints of Olivetone #707421

Color information

#707421 (or 0x707421) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 21. RGB value is (112,116,33). Sum of RGB (Red+Green+Blue) = 112+116+33=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #707421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707421 is #8F8BDE. Grayscale: #696969. Windows color (decimal): -9407455 or 2192496. OLE color: 2192496.

HSL color Cylindrical-coordinate representation of color #707421: hue angle of 62.89º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707421 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11211633-
CMYK0.0300.720.55
HSL62.89º55.7%29.22%-
HSV(B)62.89º71.55%45.49%-
XYZ13.216.053.84-
YUV105.3487.17132.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=42.91%
G=44.44%
B=12.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116330.0300.720.5562.8955.729.22
Hex7074213048373f381d
Octal160164413011067777035
Binary11100001110100100001110100100011011111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707421; }

 p { color: rgb(112,116,33); }

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

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

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

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

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

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

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