#899B71

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

Shades of Highland #899B71

Tints of Highland #899B71

Color information

#899B71 (or 0x899B71) is unknown color: approx Highland. HEX triplet: 89, 9B and 71. RGB value is (137,155,113). Sum of RGB (Red+Green+Blue) = 137+155+113=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #899B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B71 is #76648E. Grayscale: #909090. Windows color (decimal): -7758991 or 7445385. OLE color: 7445385.

HSL color Cylindrical-coordinate representation of color #899B71: hue angle of 85.71º degrees, saturation: 0.17, 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 #899B71 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB137155113-
CMYK0.1200.270.39
HSL85.71º17.36%52.55%-
HSV(B)85.71º27.1%60.78%-
XYZ25.0229.9520.09-
YUV144.83110.04122.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=33.83%
G=38.27%
B=27.90%

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
Decimal1371551130.1200.270.3985.7117.3652.55
Hex899B71C01B27561135
Octal21123316114033471262165
Binary100010011001101111100011100011011100111101011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,155,113); }

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

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

 a { background-color: rgb(137,155,113); }

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

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

 span { border-color: rgb(137,155,113); }

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