#909B7B

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

Shades of Sage #909B7B

Tints of Sage #909B7B

Color information

#909B7B (or 0x909B7B) is unknown color: approx Sage. HEX triplet: 90, 9B and 7B. RGB value is (144,155,123). Sum of RGB (Red+Green+Blue) = 144+155+123=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #909B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B7B is #6F6484. Grayscale: #949494. Windows color (decimal): -7300229 or 8100752. OLE color: 8100752.

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

Color convert

RGB144155123-
CMYK0.0700.210.39
HSL80.62º13.79%54.51%-
HSV(B)80.62º20.65%60.78%-
XYZ26.830.823.27-
YUV148.06113.86125.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=34.12%
G=36.73%
B=29.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441551230.0700.210.3980.6213.7954.51
Hex909B7B70152751e37
Octal2202331737025471211667
Binary1001000010011011111101111101010110011110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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