#718924

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

Shades of Olive Drab #718924

Tints of Olive Drab #718924

Color information

#718924 (or 0x718924) is unknown color: approx Olive Drab. HEX triplet: 71, 89 and 24. RGB value is (113,137,36). Sum of RGB (Red+Green+Blue) = 113+137+36=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #718924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718924 is #8E76DB. Grayscale: #767676. Windows color (decimal): -9336540 or 2394481. OLE color: 2394481.

HSL color Cylindrical-coordinate representation of color #718924: hue angle of 74.26º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #718924 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB11313736-
CMYK0.1800.740.46
HSL74.26º58.38%33.92%-
HSV(B)74.26º73.72%53.73%-
XYZ16.0721.534.98-
YUV118.3181.55124.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 36 (14.45% from 255) = 12.59%
R=39.51%
G=47.90%
B=12.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137360.1800.740.4674.2658.3833.92
Hex7189241204A2E4a3a22
Octal16121144220112561127242
Binary11100011000100110010010010010010101011101001010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718924; }

 p { color: rgb(113,137,36); }

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

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

 a { background-color: rgb(113,137,36); }

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

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

 span { border-color: rgb(113,137,36); }

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