#718A34

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

Shades of Olive Drab #718A34

Tints of Olive Drab #718A34

Color information

#718A34 (or 0x718A34) is unknown color: approx Olive Drab. HEX triplet: 71, 8A and 34. RGB value is (113,138,52). Sum of RGB (Red+Green+Blue) = 113+138+52=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #718A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A34 is #8E75CB. Grayscale: #797979. Windows color (decimal): -9336268 or 3443313. OLE color: 3443313.

HSL color Cylindrical-coordinate representation of color #718A34: hue angle of 77.44º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718A34 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB11313852-
CMYK0.1800.620.46
HSL77.44º45.26%37.25%-
HSV(B)77.44º62.32%54.12%-
XYZ16.5221.946.61-
YUV120.7289.22122.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=37.29%
G=45.54%
B=17.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113138520.1800.620.4677.4445.2637.25
Hex718A341203E2E4d2d25
Octal1612126422076561155545
Binary1110001100010101101001001001111101011101001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718A34; }

 p { color: rgb(113,138,52); }

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

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

 a { background-color: rgb(113,138,52); }

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

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

 span { border-color: rgb(113,138,52); }

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