#728731

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

Shades of Olive Drab #728731

Tints of Olive Drab #728731

Color information

#728731 (or 0x728731) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 31. RGB value is (114,135,49). Sum of RGB (Red+Green+Blue) = 114+135+49=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #728731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728731 is #8D78CE. Grayscale: #777777. Windows color (decimal): -9271503 or 3245938. OLE color: 3245938.

HSL color Cylindrical-coordinate representation of color #728731: hue angle of 74.65º 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 #728731 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB11413549-
CMYK0.1600.640.47
HSL74.65º46.74%36.08%-
HSV(B)74.65º63.7%52.94%-
XYZ16.1621.136.13-
YUV118.9288.54124.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=38.26%
G=45.30%
B=16.44%

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
Decimal114135490.1600.640.4774.6546.7436.08
Hex728731100402F4b2f24
Octal16220761200100571135744
Binary11100101000011111000110000010000001011111001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728731; }

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

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

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

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

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

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

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

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