Html Css Color HEX #909576 Sage

📋 copy color: '#909576'

red 144 ◦ green 149 ◦ blue 118

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

Shades of Sage #909576

Tints of Sage #909576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 35.04%
G = 36.25%
B = 28.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#909576 (or 0x909576) is known color: Sage. HEX triplet: 90, 95 and 76. RGB value is (144,149,118). Sum of RGB (Red+Green+Blue) = 144+149+118=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #909576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909576 is #6F6A89. Grayscale: #909090. Windows color (decimal): -7301770 or 7771536. OLE color: 7771536.

HSL color Cylindrical-coordinate representation of color #909576: hue angle of 69.68º 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 #909576 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 118 -
CMYK 0.03 0 0.21 0.42
HSL 69.68º 0.13% 0.52% -
HSV(B) 69.68º 0.21% 0.58% -
XYZ 25.52 28.73 21.34 -
YUV 143.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 144 149 118 0.03 0 0.21 0.42 69.68 0.13 0.52
Hex 90 95 76 3 0 15 2A 46 D 34
Octal 220 225 166 3 0 25 52 106 15 64
Binary 10010000 10010101 1110110 11 0 10101 101010 1000110 1101 110100

Color Harmonies of #909576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909576

Black with #909576

Text Example


Text Example

White with #909576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909576; }

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

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

background-color css

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

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

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

border-color css

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

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

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