#709328

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

Shades of Olive Drab #709328

Tints of Olive Drab #709328

Color information

#709328 (or 0x709328) is unknown color: approx Olive Drab. HEX triplet: 70, 93 and 28. RGB value is (112,147,40). Sum of RGB (Red+Green+Blue) = 112+147+40=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #709328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709328 is #8F6CD7. Grayscale: #7C7C7C. Windows color (decimal): -9399512 or 2659184. OLE color: 2659184.

HSL color Cylindrical-coordinate representation of color #709328: hue angle of 79.63º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #709328 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB11214740-
CMYK0.2400.730.42
HSL79.63º57.22%36.67%-
HSV(B)79.63º72.79%57.65%-
XYZ17.524.475.81-
YUV124.3480.4119.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=37.46%
G=49.16%
B=13.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147400.2400.730.4279.6357.2236.67
Hex709328180492A503925
Octal16022350300111521207145
Binary11100001001001110100011000010010011010101010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709328; }

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

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

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

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

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

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

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

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