#909D79

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

Shades of Sage #909D79

Tints of Sage #909D79

Color information

#909D79 (or 0x909D79) is unknown color: approx Sage. HEX triplet: 90, 9D and 79. RGB value is (144,157,121). Sum of RGB (Red+Green+Blue) = 144+157+121=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #909D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D79 is #6F6286. Grayscale: #959595. Windows color (decimal): -7299719 or 7970192. OLE color: 7970192.

HSL color Cylindrical-coordinate representation of color #909D79: hue angle of 81.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909D79 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB144157121-
CMYK0.0800.230.38
HSL81.67º15.52%54.51%-
HSV(B)81.67º22.93%61.57%-
XYZ27.0131.4222.73-
YUV149.01112.19124.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=34.12%
G=37.20%
B=28.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571210.0800.230.3881.6715.5254.51
Hex909D79801726521037
Octal22023517110027461222067
Binary100100001001110111110011000010111100110101001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,157,121); }

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

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

 a { background-color: rgb(144,157,121); }

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

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

 span { border-color: rgb(144,157,121); }

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