#728D60

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

Shades of Highland #728D60

Tints of Highland #728D60

Color information

#728D60 (or 0x728D60) is unknown color: approx Highland. HEX triplet: 72, 8D and 60. RGB value is (114,141,96). Sum of RGB (Red+Green+Blue) = 114+141+96=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #728D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D60 is #8D729F. Grayscale: #7F7F7F. Windows color (decimal): -9269920 or 6327666. OLE color: 6327666.

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

Color convert

RGB11414196-
CMYK0.1900.320.45
HSL96º18.99%46.47%-
HSV(B)96º31.91%55.29%-
XYZ18.5823.4714.62-
YUV127.8110.05118.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=32.48%
G=40.17%
B=27.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141960.1900.320.459618.9946.47
Hex728D60130202D60132e
Octal16221514023040551402356
Binary1110010100011011100000100110100000101101110000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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