#728c59

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

Shades of Highland #728C59

Tints of Highland #728C59

Color information

#728C59 (or 0x728C59) is unknown color: approx Highland. HEX triplet: 72, 8C and 59. RGB value is (114,140,89). Sum of RGB (Red+Green+Blue) = 114+140+89=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #728C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C59 is #8D73A6. Grayscale: #7E7E7E. Windows color (decimal): -9270183 or 5868658. OLE color: 5868658.

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

Color convert

RGB11414089-
CMYK0.1900.360.45
HSL90.59º22.27%44.9%-
HSV(B)90.59º36.43%54.9%-
XYZ18.1223.0512.95-
YUV126.41106.89119.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=33.24%
G=40.82%
B=25.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140890.1900.360.4590.5922.2744.9
Hex728C59130242D5b162d
Octal16221413123044551332655
Binary1110010100011001011001100110100100101101101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,89); }

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

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

 a { background-color: rgb(114,140,89); }

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

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

 span { border-color: rgb(114,140,89); }

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