#909B72

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

Shades of Sage #909B72

Tints of Sage #909B72

Color information

#909B72 (or 0x909B72) is unknown color: approx Sage. HEX triplet: 90, 9B and 72. RGB value is (144,155,114). Sum of RGB (Red+Green+Blue) = 144+155+114=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #909B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B72 is #6F648D. Grayscale: #939393. Windows color (decimal): -7300238 or 7510928. OLE color: 7510928.

HSL color Cylindrical-coordinate representation of color #909B72: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909B72 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB144155114-
CMYK0.0700.260.39
HSL76.1º17.01%52.75%-
HSV(B)76.1º26.45%60.78%-
XYZ26.2630.5920.44-
YUV147.04109.36125.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=34.87%
G=37.53%
B=27.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441551140.0700.260.3976.117.0152.75
Hex909B72701A274c1135
Octal2202331627032471142165
Binary10010000100110111110010111011010100111100110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,155,114); }

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

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

 a { background-color: rgb(144,155,114); }

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

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

 span { border-color: rgb(144,155,114); }

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