Html Css Color HEX #899775 Sage

📋 copy color: '#899775'

red 137 ◦ green 151 ◦ blue 117

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

Shades of Sage #899775

Tints of Sage #899775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

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

R = 33.83%
G = 37.28%
B = 28.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#899775 (or 0x899775) is known color: Sage. HEX triplet: 89, 97 and 75. RGB value is (137,151,117). Sum of RGB (Red+Green+Blue) = 137+151+117=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #899775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899775 is #76688A. Grayscale: #8F8F8F. Windows color (decimal): -7760011 or 7706505. OLE color: 7706505.

HSL color Cylindrical-coordinate representation of color #899775: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899775 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 117 -
CMYK 0.09 0 0.23 0.41
HSL 84.71º 0.14% 0.53% -
HSV(B) 84.71º 0.23% 0.59% -
XYZ 24.59 28.74 21.08 -
YUV 142.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 137 151 117 0.09 0 0.23 0.41 84.71 0.14 0.53
Hex 89 97 75 9 0 17 29 55 E 35
Octal 211 227 165 11 0 27 51 125 16 65
Binary 10001001 10010111 1110101 1001 0 10111 101001 1010101 1110 110101

Color Harmonies of #899775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899775

Black with #899775

Text Example


Text Example

White with #899775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899775; }

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

 H1.HeaderClassName
 {
   color: #899775;
 }
 .AnyTagClassName
 {
   color: #899775;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #899775;
 }
 .BgClassName
 {
   background-color: #899775;
 }
</style>

border-color css

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

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

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