#90967F

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

Shades of Sage #90967F

Tints of Sage #90967F

Color information

#90967F (or 0x90967F) is unknown color: approx Sage. HEX triplet: 90, 96 and 7F. RGB value is (144,150,127). Sum of RGB (Red+Green+Blue) = 144+150+127=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #90967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90967F is #6F6980. Grayscale: #919191. Windows color (decimal): -7301505 or 8361616. OLE color: 8361616.

HSL color Cylindrical-coordinate representation of color #90967F: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90967F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB144150127-
CMYK0.0400.150.41
HSL75.65º9.87%54.31%-
HSV(B)75.65º15.33%58.82%-
XYZ26.2429.2724.35-
YUV145.58117.51126.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 127 (50% from 255) = 30.17%
R=34.20%
G=35.63%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501270.0400.150.4175.659.8754.31
Hex90967F40F294ca36
Octal2202261774017511141266
Binary100100001001011011111111000111110100110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90967F; }

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

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

<style>
 a { background-color: #90967F; }

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

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

<style>
 span { border-color: #90967F; }

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

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