#718934

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

Shades of Olive Drab #718934

Tints of Olive Drab #718934

Color information

#718934 (or 0x718934) is unknown color: approx Olive Drab. HEX triplet: 71, 89 and 34. RGB value is (113,137,52). Sum of RGB (Red+Green+Blue) = 113+137+52=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #718934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718934 is #8E76CB. Grayscale: #787878. Windows color (decimal): -9336524 or 3443057. OLE color: 3443057.

HSL color Cylindrical-coordinate representation of color #718934: hue angle of 76.94º 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 #718934 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB11313752-
CMYK0.1800.620.46
HSL76.94º44.97%37.06%-
HSV(B)76.94º62.04%53.73%-
XYZ16.3821.656.56-
YUV120.1389.55122.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=37.42%
G=45.36%
B=17.22%

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
Decimal113137520.1800.620.4676.9444.9737.06
Hex7189341203E2E4d2d25
Octal1612116422076561155545
Binary1110001100010011101001001001111101011101001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718934; }

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

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

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

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

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

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

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

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