#909D73

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

Shades of Sage #909D73

Tints of Sage #909D73

Color information

#909D73 (or 0x909D73) is unknown color: approx Sage. HEX triplet: 90, 9D and 73. RGB value is (144,157,115). Sum of RGB (Red+Green+Blue) = 144+157+115=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #909D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D73 is #6F628C. Grayscale: #949494. Windows color (decimal): -7299725 or 7576976. OLE color: 7576976.

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

Color convert

RGB144157115-
CMYK0.0800.270.38
HSL78.57º17.65%53.33%-
HSV(B)78.57º26.75%61.57%-
XYZ26.6531.2820.85-
YUV148.32109.19124.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 157 (61.72% from 255) = 37.74%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=34.62%
G=37.74%
B=27.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571150.0800.270.3878.5717.6553.33
Hex909D73801B264f1235
Octal22023516310033461172265
Binary100100001001110111100111000011011100110100111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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