#718334

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

Shades of Olive Drab #718334

Tints of Olive Drab #718334

Color information

#718334 (or 0x718334) is unknown color: approx Olive Drab. HEX triplet: 71, 83 and 34. RGB value is (113,131,52). Sum of RGB (Red+Green+Blue) = 113+131+52=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #718334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718334 is #8E7CCB. Grayscale: #747474. Windows color (decimal): -9338060 or 3441521. OLE color: 3441521.

HSL color Cylindrical-coordinate representation of color #718334: hue angle of 73.67º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718334 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB11313152-
CMYK0.1400.600.49
HSL73.67º43.17%35.88%-
HSV(B)73.67º60.31%51.37%-
XYZ15.5519.996.29-
YUV116.6191.54125.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=38.18%
G=44.26%
B=17.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131520.1400.600.4973.6743.1735.88
Hex718334E03C314a2b24
Octal1612036416074611125344
Binary111000110000011110100111001111001100011001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718334; }

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

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

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

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

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

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

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

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