#728D2F

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

Shades of Olive Drab #728D2F

Tints of Olive Drab #728D2F

Color information

#728D2F (or 0x728D2F) is unknown color: approx Olive Drab. HEX triplet: 72, 8D and 2F. RGB value is (114,141,47). Sum of RGB (Red+Green+Blue) = 114+141+47=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #728D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D2F is #8D72D0. Grayscale: #7A7A7A. Windows color (decimal): -9269969 or 3116402. OLE color: 3116402.

HSL color Cylindrical-coordinate representation of color #728D2F: hue angle of 77.23º degrees, saturation: 0.5, 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 #728D2F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB11414147-
CMYK0.1900.670.45
HSL77.23º50%36.86%-
HSV(B)77.23º66.67%55.29%-
XYZ16.9822.836.2-
YUV122.2185.55122.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=37.75%
G=46.69%
B=15.56%

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
Decimal114141470.1900.670.4577.235036.86
Hex728D2F130432D4d3225
Octal16221557230103551156245
Binary11100101000110110111110011010000111011011001101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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