#728F2A

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

Shades of Olive Drab #728F2A

Tints of Olive Drab #728F2A

Color information

#728F2A (or 0x728F2A) is unknown color: approx Olive Drab. HEX triplet: 72, 8F and 2A. RGB value is (114,143,42). Sum of RGB (Red+Green+Blue) = 114+143+42=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #728F2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F2A is #8D70D5. Grayscale: #7B7B7B. Windows color (decimal): -9269462 or 2789234. OLE color: 2789234.

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

Color convert

RGB11414342-
CMYK0.2000.710.44
HSL77.23º54.59%36.27%-
HSV(B)77.23º70.63%56.08%-
XYZ17.1823.395.8-
YUV122.8182.39121.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=38.13%
G=47.83%
B=14.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114143420.2000.710.4477.2354.5936.27
Hex728F2A140472C4d3724
Octal16221752240107541156744
Binary11100101000111110101010100010001111011001001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,42); }

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

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

 a { background-color: rgb(114,143,42); }

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

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

 span { border-color: rgb(114,143,42); }

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