Html Css Color HEX #909577 Sage

📋 copy color: '#909577'

red 144 ◦ green 149 ◦ blue 119

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

Shades of Sage #909577

Tints of Sage #909577

RGB

 RED value IS 144 (56.64% from 255) = 34.95%

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 34.95%
G = 36.17%
B = 28.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#909577 (or 0x909577) is known color: Sage. HEX triplet: 90, 95 and 77. RGB value is (144,149,119). Sum of RGB (Red+Green+Blue) = 144+149+119=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #909577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909577 is #6F6A88. Grayscale: #909090. Windows color (decimal): -7301769 or 7837072. OLE color: 7837072.

HSL color Cylindrical-coordinate representation of color #909577: hue angle of 70º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909577 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 119 -
CMYK 0.03 0 0.20 0.42
HSL 70º 0.12% 0.53% -
HSV(B) 70º 0.2% 0.58% -
XYZ 25.58 28.76 21.66 -
YUV 144.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 144 149 119 0.03 0 0.20 0.42 70 0.12 0.53
Hex 90 95 77 3 0 14 2A 46 C 35
Octal 220 225 167 3 0 24 52 106 14 65
Binary 10010000 10010101 1110111 11 0 10100 101010 1000110 1100 110101

Color Harmonies of #909577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909577

Black with #909577

Text Example


Text Example

White with #909577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909577; }

 p { color: rgb(144,149,119); }

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

background-color css

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

 a { background-color: rgb(144,149,119); }

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

border-color css

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

 span { border-color: rgb(144,149,119); }

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