#899B75

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

Shades of Highland #899B75

Tints of Highland #899B75

Color information

#899B75 (or 0x899B75) is unknown color: approx Highland. HEX triplet: 89, 9B and 75. RGB value is (137,155,117). Sum of RGB (Red+Green+Blue) = 137+155+117=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #899B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B75 is #76648A. Grayscale: #919191. Windows color (decimal): -7758987 or 7707529. OLE color: 7707529.

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

Color convert

RGB137155117-
CMYK0.1200.250.39
HSL88.42º15.97%53.33%-
HSV(B)88.42º24.52%60.78%-
XYZ25.2530.0521.3-
YUV145.29112.04122.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=33.50%
G=37.90%
B=28.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551170.1200.250.3988.4215.9753.33
Hex899B75C01927581035
Octal21123316514031471302065
Binary100010011001101111101011100011001100111101100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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