#718624

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

Shades of Olive Drab #718624

Tints of Olive Drab #718624

Color information

#718624 (or 0x718624) is unknown color: approx Olive Drab. HEX triplet: 71, 86 and 24. RGB value is (113,134,36). Sum of RGB (Red+Green+Blue) = 113+134+36=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #718624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718624 is #8E79DB. Grayscale: #747474. Windows color (decimal): -9337308 or 2393713. OLE color: 2393713.

HSL color Cylindrical-coordinate representation of color #718624: hue angle of 72.86º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #718624 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB11313436-
CMYK0.1600.730.47
HSL72.86º57.65%33.33%-
HSV(B)72.86º73.13%52.55%-
XYZ15.6520.694.84-
YUV116.5582.54125.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=39.93%
G=47.35%
B=12.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134360.1600.730.4772.8657.6533.33
Hex718624100492F493a21
Octal16120644200111571117241
Binary11100011000011010010010000010010011011111001001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718624; }

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

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

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

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

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

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

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

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