#909B7C

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

Shades of Sage #909B7C

Tints of Sage #909B7C

Color information

#909B7C (or 0x909B7C) is unknown color: approx Sage. HEX triplet: 90, 9B and 7C. RGB value is (144,155,124). Sum of RGB (Red+Green+Blue) = 144+155+124=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #909B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B7C is #6F6483. Grayscale: #949494. Windows color (decimal): -7300228 or 8166288. OLE color: 8166288.

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

Color convert

RGB144155124-
CMYK0.0700.20.39
HSL81.29º13.42%54.71%-
HSV(B)81.29º20%60.78%-
XYZ26.8630.8323.6-
YUV148.18114.36125.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=34.04%
G=36.64%
B=29.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441551240.0700.20.3981.2913.4254.71
Hex909B7C70142751d37
Octal2202331747024471211567
Binary1001000010011011111110011101010010011110100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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