#90937D

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

Shades of Sage #90937D

Tints of Sage #90937D

Color information

#90937D (or 0x90937D) is unknown color: approx Sage. HEX triplet: 90, 93 and 7D. RGB value is (144,147,125). Sum of RGB (Red+Green+Blue) = 144+147+125=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #90937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90937D is #6F6C82. Grayscale: #8F8F8F. Windows color (decimal): -7302275 or 8229776. OLE color: 8229776.

HSL color Cylindrical-coordinate representation of color #90937D: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90937D is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB144147125-
CMYK0.0200.150.42
HSL68.18º9.24%53.33%-
HSV(B)68.18º14.97%57.65%-
XYZ25.6428.2823.51-
YUV143.6117.51128.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=34.62%
G=35.34%
B=30.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471250.0200.150.4268.189.2453.33
Hex90937D20F2A44935
Octal2202231752017521041165
Binary10010000100100111111101100111110101010001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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