#728C56

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

Shades of Highland #728C56

Tints of Highland #728C56

Color information

#728C56 (or 0x728C56) is unknown color: approx Highland. HEX triplet: 72, 8C and 56. RGB value is (114,140,86). Sum of RGB (Red+Green+Blue) = 114+140+86=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #728C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C56 is #8D73A9. Grayscale: #7E7E7E. Windows color (decimal): -9270186 or 5672050. OLE color: 5672050.

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

Color convert

RGB11414086-
CMYK0.1900.390.45
HSL88.89º23.89%44.31%-
HSV(B)88.89º38.57%54.9%-
XYZ1823.0112.3-
YUV126.07105.39119.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=33.53%
G=41.18%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140860.1900.390.4588.8923.8944.31
Hex728C56130272D59182c
Octal16221412623047551313054
Binary1110010100011001010110100110100111101101101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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