#909E73

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

Shades of Sage #909E73

Tints of Sage #909E73

Color information

#909E73 (or 0x909E73) is unknown color: approx Sage. HEX triplet: 90, 9E and 73. RGB value is (144,158,115). Sum of RGB (Red+Green+Blue) = 144+158+115=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #909E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909E73 is #6F618C. Grayscale: #959595. Windows color (decimal): -7299469 or 7577232. OLE color: 7577232.

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

Color convert

RGB144158115-
CMYK0.0900.270.38
HSL79.53º18.14%53.53%-
HSV(B)79.53º27.22%61.96%-
XYZ26.8231.6220.91-
YUV148.91108.86124.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=34.53%
G=37.89%
B=27.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581150.0900.270.3879.5318.1453.53
Hex909E73901B26501236
Octal22023616311033461202266
Binary100100001001111011100111001011011100110101000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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