#909B80

Color #909B80 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #909B80

Tints of Sage #909B80

Color information

#909B80 (or 0x909B80) is unknown color: approx Sage. HEX triplet: 90, 9B and 80. RGB value is (144,155,128). Sum of RGB (Red+Green+Blue) = 144+155+128=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #909B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B80 is #6F647F. Grayscale: #949494. Windows color (decimal): -7300224 or 8428432. OLE color: 8428432.

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

Color convert

RGB144155128-
CMYK0.0700.170.39
HSL84.44º11.89%55.49%-
HSV(B)84.44º17.42%60.78%-
XYZ27.1230.9324.96-
YUV148.63116.36124.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=33.72%
G=36.30%
B=29.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441551280.0700.170.3984.4411.8955.49
Hex909B8070112754c37
Octal2202332007021471241467
Binary10010000100110111000000011101000110011110101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #909B80;
 }
 .AnyTagClassName
 {
   color: #909B80;
 }
</style>
background-color css

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

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

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

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

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

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