#718739

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

Shades of Olive Drab #718739

Tints of Olive Drab #718739

Color information

#718739 (or 0x718739) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 39. RGB value is (113,135,57). Sum of RGB (Red+Green+Blue) = 113+135+57=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #718739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718739 is #8E78C6. Grayscale: #777777. Windows color (decimal): -9337031 or 3770225. OLE color: 3770225.

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

Color convert

RGB11313557-
CMYK0.1600.580.47
HSL76.92º40.63%37.65%-
HSV(B)76.92º57.78%52.94%-
XYZ16.2121.137.1-
YUV119.5392.71123.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=37.05%
G=44.26%
B=18.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135570.1600.580.4776.9240.6337.65
Hex7187391003A2F4d2926
Octal1612077120072571155146
Binary1110001100001111110011000001110101011111001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718739; }

 p { color: rgb(113,135,57); }

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

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

 a { background-color: rgb(113,135,57); }

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

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

 span { border-color: rgb(113,135,57); }

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