#90957D

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

Shades of Sage #90957D

Tints of Sage #90957D

Color information

#90957D (or 0x90957D) is unknown color: approx Sage. HEX triplet: 90, 95 and 7D. RGB value is (144,149,125). Sum of RGB (Red+Green+Blue) = 144+149+125=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #90957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90957D is #6F6A82. Grayscale: #909090. Windows color (decimal): -7301763 or 8230288. OLE color: 8230288.

HSL color Cylindrical-coordinate representation of color #90957D: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90957D is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB144149125-
CMYK0.0300.160.42
HSL72.5º10.17%53.73%-
HSV(B)72.5º16.11%58.43%-
XYZ25.9528.923.61-
YUV144.77116.84127.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=34.45%
G=35.65%
B=29.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491250.0300.160.4272.510.1753.73
Hex90957D30102A48a36
Octal2202251753020521101266
Binary100100001001010111111011101000010101010010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90957D; }

 p { color: rgb(144,149,125); }

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

<style>
 a { background-color: #90957D; }

 a { background-color: rgb(144,149,125); }

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

<style>
 span { border-color: #90957D; }

 span { border-color: rgb(144,149,125); }

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