#909F6E

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

Shades of Sage #909F6E

Tints of Sage #909F6E

Color information

#909F6E (or 0x909F6E) is unknown color: approx Sage. HEX triplet: 90, 9F and 6E. RGB value is (144,159,110). Sum of RGB (Red+Green+Blue) = 144+159+110=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #909F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F6E is #6F6091. Grayscale: #959595. Windows color (decimal): -7299218 or 7249808. OLE color: 7249808.

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

Color convert

RGB144159110-
CMYK0.0900.310.38
HSL78.37º20.33%52.75%-
HSV(B)78.37º30.82%62.35%-
XYZ26.7131.8519.49-
YUV148.93106.03124.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=34.87%
G=38.50%
B=26.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441591100.0900.310.3878.3720.3352.75
Hex909F6E901F264e1435
Octal22023715611037461162465
Binary100100001001111111011101001011111100110100111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,159,110); }

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

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

 a { background-color: rgb(144,159,110); }

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

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

 span { border-color: rgb(144,159,110); }

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