Html Css Color HEX #909B76 Sage

📋 copy color: '#909B76'

red 144 ◦ green 155 ◦ blue 118

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

Shades of Sage #909B76

Tints of Sage #909B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 34.53%
G = 37.17%
B = 28.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#909B76 (or 0x909B76) is known color: Sage. HEX triplet: 90, 9B and 76. RGB value is (144,155,118). Sum of RGB (Red+Green+Blue) = 144+155+118=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #909B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B76 is #6F6489. Grayscale: #939393. Windows color (decimal): -7300234 or 7773072. OLE color: 7773072.

HSL color Cylindrical-coordinate representation of color #909B76: hue angle of 77.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909B76 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 155 118 -
CMYK 0.07 0 0.24 0.39
HSL 77.84º 0.16% 0.54% -
HSV(B) 77.84º 0.24% 0.61% -
XYZ 26.49 30.68 21.67 -
YUV 147.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 144 155 118 0.07 0 0.24 0.39 77.84 0.16 0.54
Hex 90 9B 76 7 0 18 27 4E 10 36
Octal 220 233 166 7 0 30 47 116 20 66
Binary 10010000 10011011 1110110 111 0 11000 100111 1001110 10000 110110

Color Harmonies of #909B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909B76

Black with #909B76

Text Example


Text Example

White with #909B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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