#728E2F

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

Shades of Olive Drab #728E2F

Tints of Olive Drab #728E2F

Color information

#728E2F (or 0x728E2F) is unknown color: approx Olive Drab. HEX triplet: 72, 8E and 2F. RGB value is (114,142,47). Sum of RGB (Red+Green+Blue) = 114+142+47=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #728E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E2F is #8D71D0. Grayscale: #7B7B7B. Windows color (decimal): -9269713 or 3116658. OLE color: 3116658.

HSL color Cylindrical-coordinate representation of color #728E2F: hue angle of 77.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #728E2F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB11414247-
CMYK0.2000.670.44
HSL77.68º50.26%37.06%-
HSV(B)77.68º66.9%55.69%-
XYZ17.1323.136.25-
YUV122.885.22121.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=37.62%
G=46.86%
B=15.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142470.2000.670.4477.6850.2637.06
Hex728E2F140432C4e3225
Octal16221657240103541166245
Binary11100101000111010111110100010000111011001001110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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