Html Css Color HEX #899275 Sage

📋 copy color: '#899275'

red 137 ◦ green 146 ◦ blue 117

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

Shades of Sage #899275

Tints of Sage #899275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 34.25%
G = 36.5%
B = 29.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#899275 (or 0x899275) is known color: Sage. HEX triplet: 89, 92 and 75. RGB value is (137,146,117). Sum of RGB (Red+Green+Blue) = 137+146+117=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #899275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899275 is #766D8A. Grayscale: #8C8C8C. Windows color (decimal): -7761291 or 7705225. OLE color: 7705225.

HSL color Cylindrical-coordinate representation of color #899275: hue angle of 78.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899275 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 117 -
CMYK 0.06 0 0.20 0.43
HSL 78.62º 0.12% 0.52% -
HSV(B) 78.62º 0.2% 0.57% -
XYZ 23.81 27.16 20.82 -
YUV 140 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 137 146 117 0.06 0 0.20 0.43 78.62 0.12 0.52
Hex 89 92 75 6 0 14 2B 4F C 34
Octal 211 222 165 6 0 24 53 117 14 64
Binary 10001001 10010010 1110101 110 0 10100 101011 1001111 1100 110100

Color Harmonies of #899275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899275

Black with #899275

Text Example


Text Example

White with #899275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899275; }

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

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

background-color css

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

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

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

border-color css

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

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

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