#909971

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

Shades of Sage #909971

Tints of Sage #909971

Color information

#909971 (or 0x909971) is unknown color: approx Sage. HEX triplet: 90, 99 and 71. RGB value is (144,153,113). Sum of RGB (Red+Green+Blue) = 144+153+113=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #909971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909971 is #6F668E. Grayscale: #919191. Windows color (decimal): -7300751 or 7444880. OLE color: 7444880.

HSL color Cylindrical-coordinate representation of color #909971: hue angle of 73.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909971 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB144153113-
CMYK0.0600.260.4
HSL73.5º16.39%52.16%-
HSV(B)73.5º26.14%60%-
XYZ25.8729.920.03-
YUV145.75109.52126.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=35.12%
G=37.32%
B=27.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531130.0600.260.473.516.3952.16
Hex909971601A284a1034
Octal2202311616032501122064
Binary10010000100110011110001110011010101000100101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909971; }

 p { color: rgb(144,153,113); }

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

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

 a { background-color: rgb(144,153,113); }

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

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

 span { border-color: rgb(144,153,113); }

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