#909D7F

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

Shades of Sage #909D7F

Tints of Sage #909D7F

Color information

#909D7F (or 0x909D7F) is unknown color: approx Sage. HEX triplet: 90, 9D and 7F. RGB value is (144,157,127). Sum of RGB (Red+Green+Blue) = 144+157+127=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #909D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D7F is #6F6280. Grayscale: #959595. Windows color (decimal): -7299713 or 8363408. OLE color: 8363408.

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

Color convert

RGB144157127-
CMYK0.0800.190.38
HSL86º13.27%55.69%-
HSV(B)86º19.11%61.57%-
XYZ27.3931.5824.73-
YUV149.69115.19123.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 127 (50% from 255) = 29.67%
R=33.64%
G=36.68%
B=29.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571270.0800.190.388613.2755.69
Hex909D7F80132656d38
Octal22023517710023461261570
Binary10010000100111011111111100001001110011010101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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