#899C72

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

Shades of Highland #899C72

Tints of Highland #899C72

Color information

#899C72 (or 0x899C72) is unknown color: approx Highland. HEX triplet: 89, 9C and 72. RGB value is (137,156,114). Sum of RGB (Red+Green+Blue) = 137+156+114=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #899C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C72 is #76638D. Grayscale: #919191. Windows color (decimal): -7758734 or 7511177. OLE color: 7511177.

HSL color Cylindrical-coordinate representation of color #899C72: hue angle of 87.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899C72 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB137156114-
CMYK0.1200.270.39
HSL87.14º17.5%52.94%-
HSV(B)87.14º26.92%61.18%-
XYZ25.2430.3120.44-
YUV145.53110.21121.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=33.66%
G=38.33%
B=28.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371561140.1200.270.3987.1417.552.94
Hex899C72C01B27571235
Octal21123416214033471272265
Binary100010011001110011100101100011011100111101011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899C72; }

 p { color: rgb(137,156,114); }

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

<style>
 a { background-color: #899C72; }

 a { background-color: rgb(137,156,114); }

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

<style>
 span { border-color: #899C72; }

 span { border-color: rgb(137,156,114); }

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