#709128

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

Shades of Olive Drab #709128

Tints of Olive Drab #709128

Color information

#709128 (or 0x709128) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 28. RGB value is (112,145,40). Sum of RGB (Red+Green+Blue) = 112+145+40=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #709128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709128 is #8F6ED7. Grayscale: #7B7B7B. Windows color (decimal): -9400024 or 2658672. OLE color: 2658672.

HSL color Cylindrical-coordinate representation of color #709128: hue angle of 78.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #709128 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB11214540-
CMYK0.2300.720.43
HSL78.86º56.76%36.27%-
HSV(B)78.86º72.41%56.86%-
XYZ17.1923.855.7-
YUV123.1681.07120.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=37.71%
G=48.82%
B=13.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145400.2300.720.4378.8656.7636.27
Hex709128170482B4f3924
Octal16022150270110531177144
Binary11100001001000110100010111010010001010111001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709128; }

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

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

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

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

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

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

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

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