#709029

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

Shades of Olive Drab #709029

Tints of Olive Drab #709029

Color information

#709029 (or 0x709029) is unknown color: approx Olive Drab. HEX triplet: 70, 90 and 29. RGB value is (112,144,41). Sum of RGB (Red+Green+Blue) = 112+144+41=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #709029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709029 is #8F6FD6. Grayscale: #7B7B7B. Windows color (decimal): -9400279 or 2723952. OLE color: 2723952.

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

Color convert

RGB11214441-
CMYK0.2200.720.44
HSL78.64º55.68%36.27%-
HSV(B)78.64º71.53%56.47%-
XYZ17.0623.555.74-
YUV122.6981.9120.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=37.71%
G=48.48%
B=13.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144410.2200.720.4478.6455.6836.27
Hex709029160482C4f3824
Octal16022051260110541177044
Binary11100001001000010100110110010010001011001001111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709029; }

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

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

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

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

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

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

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

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