Html Css Color HEX #899475 Sage

📋 copy color: '#899475'

red 137 ◦ green 148 ◦ blue 117

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

Shades of Sage #899475

Tints of Sage #899475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 34.08%
G = 36.82%
B = 29.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#899475 (or 0x899475) is known color: Sage. HEX triplet: 89, 94 and 75. RGB value is (137,148,117). Sum of RGB (Red+Green+Blue) = 137+148+117=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #899475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899475 is #766B8A. Grayscale: #8D8D8D. Windows color (decimal): -7760779 or 7705737. OLE color: 7705737.

HSL color Cylindrical-coordinate representation of color #899475: hue angle of 81.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899475 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 117 -
CMYK 0.07 0 0.21 0.42
HSL 81.29º 0.13% 0.52% -
HSV(B) 81.29º 0.21% 0.58% -
XYZ 24.12 27.78 20.92 -
YUV 141.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 137 148 117 0.07 0 0.21 0.42 81.29 0.13 0.52
Hex 89 94 75 7 0 15 2A 51 D 34
Octal 211 224 165 7 0 25 52 121 15 64
Binary 10001001 10010100 1110101 111 0 10101 101010 1010001 1101 110100

Color Harmonies of #899475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899475

Black with #899475

Text Example


Text Example

White with #899475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899475; }

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

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

background-color css

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

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

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

border-color css

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

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

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