#709628

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

Shades of Olive Drab #709628

Tints of Olive Drab #709628

Color information

#709628 (or 0x709628) is unknown color: approx Olive Drab. HEX triplet: 70, 96 and 28. RGB value is (112,150,40). Sum of RGB (Red+Green+Blue) = 112+150+40=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #709628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709628 is #8F69D7. Grayscale: #7E7E7E. Windows color (decimal): -9398744 or 2659952. OLE color: 2659952.

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

Color convert

RGB11215040-
CMYK0.2500.730.41
HSL80.73º57.89%37.25%-
HSV(B)80.73º73.33%58.82%-
XYZ17.9725.415.97-
YUV126.179.41117.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=37.09%
G=49.67%
B=13.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150400.2500.730.4180.7357.8937.25
Hex7096281904929513a25
Octal16022650310111511217245
Binary11100001001011010100011001010010011010011010001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709628; }

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

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

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

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

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

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

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

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