#728D2D

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

Shades of Olive Drab #728D2D

Tints of Olive Drab #728D2D

Color information

#728D2D (or 0x728D2D) is unknown color: approx Olive Drab. HEX triplet: 72, 8D and 2D. RGB value is (114,141,45). Sum of RGB (Red+Green+Blue) = 114+141+45=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #728D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D2D is #8D72D2. Grayscale: #7A7A7A. Windows color (decimal): -9269971 or 2985330. OLE color: 2985330.

HSL color Cylindrical-coordinate representation of color #728D2D: hue angle of 76.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #728D2D is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB11414145-
CMYK0.1900.680.45
HSL76.88º51.61%36.47%-
HSV(B)76.88º68.09%55.29%-
XYZ16.9422.825.99-
YUV121.9884.55122.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 45 (17.97% from 255) = 15%
R=38%
G=47%
B=15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141450.1900.680.4576.8851.6136.47
Hex728D2D130442D4d3424
Octal16221555230104551156444
Binary11100101000110110110110011010001001011011001101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D2D; }

 p { color: rgb(114,141,45); }

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

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

 a { background-color: rgb(114,141,45); }

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

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

 span { border-color: rgb(114,141,45); }

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