#728D2E

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

Shades of Olive Drab #728D2E

Tints of Olive Drab #728D2E

Color information

#728D2E (or 0x728D2E) is unknown color: approx Olive Drab. HEX triplet: 72, 8D and 2E. RGB value is (114,141,46). Sum of RGB (Red+Green+Blue) = 114+141+46=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #728D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D2E is #8D72D1. Grayscale: #7A7A7A. Windows color (decimal): -9269970 or 3050866. OLE color: 3050866.

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

Color convert

RGB11414146-
CMYK0.1900.670.45
HSL77.05º50.8%36.67%-
HSV(B)77.05º67.38%55.29%-
XYZ16.9622.826.1-
YUV122.185.05122.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=37.87%
G=46.84%
B=15.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141460.1900.670.4577.0550.836.67
Hex728D2E130432D4d3325
Octal16221556230103551156345
Binary11100101000110110111010011010000111011011001101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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