#709027

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

Shades of Olive Drab #709027

Tints of Olive Drab #709027

Color information

#709027 (or 0x709027) is unknown color: approx Olive Drab. HEX triplet: 70, 90 and 27. RGB value is (112,144,39). Sum of RGB (Red+Green+Blue) = 112+144+39=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #709027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709027 is #8F6FD8. Grayscale: #7A7A7A. Windows color (decimal): -9400281 or 2592880. OLE color: 2592880.

HSL color Cylindrical-coordinate representation of color #709027: hue angle of 78.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #709027 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB11214439-
CMYK0.2200.730.44
HSL78.29º57.38%35.88%-
HSV(B)78.29º72.92%56.47%-
XYZ17.0223.545.57-
YUV122.4680.9120.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=37.97%
G=48.81%
B=13.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144390.2200.730.4478.2957.3835.88
Hex709027160492C4e3924
Octal16022047260111541167144
Binary11100001001000010011110110010010011011001001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709027; }

 p { color: rgb(112,144,39); }

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

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

 a { background-color: rgb(112,144,39); }

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

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

 span { border-color: rgb(112,144,39); }

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