#718731

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

Shades of Olive Drab #718731

Tints of Olive Drab #718731

Color information

#718731 (or 0x718731) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 31. RGB value is (113,135,49). Sum of RGB (Red+Green+Blue) = 113+135+49=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #718731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718731 is #8E78CE. Grayscale: #767676. Windows color (decimal): -9337039 or 3245937. OLE color: 3245937.

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

Color convert

RGB11313549-
CMYK0.1600.640.47
HSL75.35º46.74%36.08%-
HSV(B)75.35º63.7%52.94%-
XYZ16.0321.066.13-
YUV118.6288.71123.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=38.05%
G=45.45%
B=16.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135490.1600.640.4775.3546.7436.08
Hex718731100402F4b2f24
Octal16120761200100571135744
Binary11100011000011111000110000010000001011111001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718731; }

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

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

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

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

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

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

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

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