#718527

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

Shades of Olive Drab #718527

Tints of Olive Drab #718527

Color information

#718527 (or 0x718527) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 27. RGB value is (113,133,39). Sum of RGB (Red+Green+Blue) = 113+133+39=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #718527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718527 is #8E7AD8. Grayscale: #747474. Windows color (decimal): -9337561 or 2590065. OLE color: 2590065.

HSL color Cylindrical-coordinate representation of color #718527: hue angle of 72.77º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #718527 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB11313339-
CMYK0.1500.710.48
HSL72.77º54.65%33.73%-
HSV(B)72.77º70.68%52.16%-
XYZ15.5620.435.04-
YUV116.384.37125.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=39.65%
G=46.67%
B=13.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133390.1500.710.4872.7754.6533.73
Hex718527F04730493722
Octal16120547170107601116742
Binary1110001100001011001111111010001111100001001001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718527; }

 p { color: rgb(113,133,39); }

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

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

 a { background-color: rgb(113,133,39); }

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

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

 span { border-color: rgb(113,133,39); }

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