#718537

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

Shades of Olive Drab #718537

Tints of Olive Drab #718537

Color information

#718537 (or 0x718537) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 37. RGB value is (113,133,55). Sum of RGB (Red+Green+Blue) = 113+133+55=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #718537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718537 is #8E7AC8. Grayscale: #767676. Windows color (decimal): -9337545 or 3638641. OLE color: 3638641.

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

Color convert

RGB11313355-
CMYK0.1500.590.48
HSL75.38º41.49%36.86%-
HSV(B)75.38º58.65%52.16%-
XYZ15.8920.566.75-
YUV118.1392.37124.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=37.54%
G=44.19%
B=18.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133550.1500.590.4875.3841.4936.86
Hex718537F03B304b2925
Octal1612056717073601135145
Binary111000110000101110111111101110111100001001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718537; }

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

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

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

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

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

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

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

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