#709424

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

Shades of Olive Drab #709424

Tints of Olive Drab #709424

Color information

#709424 (or 0x709424) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 24. RGB value is (112,148,36). Sum of RGB (Red+Green+Blue) = 112+148+36=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #709424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709424 is #8F6BDB. Grayscale: #7C7C7C. Windows color (decimal): -9399260 or 2397296. OLE color: 2397296.

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

Color convert

RGB11214836-
CMYK0.2400.760.42
HSL79.29º60.87%36.08%-
HSV(B)79.29º75.68%58.04%-
XYZ17.5924.755.52-
YUV124.4778.07119.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 12.16%
R=37.84%
G=50%
B=12.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148360.2400.760.4279.2960.8736.08
Hex7094241804C2A4f3d24
Octal16022444300114521177544
Binary11100001001010010010011000010011001010101001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709424; }

 p { color: rgb(112,148,36); }

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

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

 a { background-color: rgb(112,148,36); }

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

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

 span { border-color: rgb(112,148,36); }

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