#728F1D

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

Shades of Olive Drab #728F1D

Tints of Olive Drab #728F1D

Color information

#728F1D (or 0x728F1D) is unknown color: approx Olive Drab. HEX triplet: 72, 8F and 1D. RGB value is (114,143,29). Sum of RGB (Red+Green+Blue) = 114+143+29=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #728F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F1D is #8D70E2. Grayscale: #797979. Windows color (decimal): -9269475 or 1937266. OLE color: 1937266.

HSL color Cylindrical-coordinate representation of color #728F1D: hue angle of 75.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #728F1D is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB11414329-
CMYK0.2000.800.44
HSL75.26º66.28%33.73%-
HSV(B)75.26º79.72%56.08%-
XYZ16.9823.314.77-
YUV121.3375.89122.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 143 (56.25% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=39.86%
G=50%
B=10.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114143290.2000.800.4475.2666.2833.73
Hex728F1D140502C4b4222
Octal162217352401205411310242
Binary11100101000111111101101000101000010110010010111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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