#909781

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

Shades of Sage #909781

Tints of Sage #909781

Color information

#909781 (or 0x909781) is unknown color: approx Sage. HEX triplet: 90, 97 and 81. RGB value is (144,151,129). Sum of RGB (Red+Green+Blue) = 144+151+129=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #909781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909781 is #6F687E. Grayscale: #929292. Windows color (decimal): -7301247 or 8492944. OLE color: 8492944.

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

Color convert

RGB144151129-
CMYK0.0500.150.41
HSL79.09º9.57%54.9%-
HSV(B)79.09º14.57%59.22%-
XYZ26.5329.6525.09-
YUV146.4118.18126.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=33.96%
G=35.61%
B=30.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511290.0500.150.4179.099.5754.9
Hex90978150F294fa37
Octal2202272015017511171267
Binary1001000010010111100000011010111110100110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909781; }

 p { color: rgb(144,151,129); }

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

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

 a { background-color: rgb(144,151,129); }

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

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

 span { border-color: rgb(144,151,129); }

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