#707428

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

Shades of Olivetone #707428

Tints of Olivetone #707428

Color information

#707428 (or 0x707428) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 28. RGB value is (112,116,40). Sum of RGB (Red+Green+Blue) = 112+116+40=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #707428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707428 is #8F8BD7. Grayscale: #6A6A6A. Windows color (decimal): -9407448 or 2651248. OLE color: 2651248.

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

Color convert

RGB11211640-
CMYK0.0300.660.55
HSL63.16º48.72%30.59%-
HSV(B)63.16º65.52%45.49%-
XYZ13.3116.094.41-
YUV106.1490.67132.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=41.79%
G=43.28%
B=14.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116400.0300.660.5563.1648.7230.59
Hex7074283042373f311f
Octal160164503010267776137
Binary11100001110100101000110100001011011111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707428; }

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

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

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

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

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

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

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

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