Html Css Color HEX #899B75 Highland

📋 copy color: '#899B75'

red 137 ◦ green 155 ◦ blue 117

#899B75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #899B75

Tints of Highland #899B75

RGB

 RED value IS 137 (53.91% from 255) = 33.5%

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 33.5%
G = 37.9%
B = 28.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#899B75 (or 0x899B75) is known color: 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

RGB 137 155 117 -
CMYK 0.12 0 0.25 0.39
HSL 88.42º 0.16% 0.53% -
HSV(B) 88.42º 0.25% 0.61% -
XYZ 25.25 30.05 21.3 -
YUV 145.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 137 155 117 0.12 0 0.25 0.39 88.42 0.16 0.53
Hex 89 9B 75 C 0 19 27 58 10 35
Octal 211 233 165 14 0 31 47 130 20 65
Binary 10001001 10011011 1110101 1100 0 11001 100111 1011000 10000 110101

Color Harmonies of #899B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B75

Black with #899B75

Text Example


Text Example

White with #899B75

Text Example


Text Example

HTML Codes & Css Web 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>