#909F7F

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

Shades of Sage #909F7F

Tints of Sage #909F7F

Color information

#909F7F (or 0x909F7F) is unknown color: approx Sage. HEX triplet: 90, 9F and 7F. RGB value is (144,159,127). Sum of RGB (Red+Green+Blue) = 144+159+127=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #909F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F7F is #6F6080. Grayscale: #969696. Windows color (decimal): -7299201 or 8363920. OLE color: 8363920.

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

Color convert

RGB144159127-
CMYK0.0900.200.38
HSL88.12º14.29%56.08%-
HSV(B)88.12º20.13%62.35%-
XYZ27.7332.2624.84-
YUV150.87114.53123.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 127 (50% from 255) = 29.53%
R=33.49%
G=36.98%
B=29.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441591270.0900.200.3888.1214.2956.08
Hex909F7F90142658e38
Octal22023717711024461301670
Binary10010000100111111111111100101010010011010110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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