#909E6B

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

Shades of Sage #909E6B

Tints of Sage #909E6B

Color information

#909E6B (or 0x909E6B) is unknown color: approx Sage. HEX triplet: 90, 9E and 6B. RGB value is (144,158,107). Sum of RGB (Red+Green+Blue) = 144+158+107=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #909E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909E6B is #6F6194. Grayscale: #949494. Windows color (decimal): -7299477 or 7052944. OLE color: 7052944.

HSL color Cylindrical-coordinate representation of color #909E6B: hue angle of 76.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909E6B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB144158107-
CMYK0.0900.320.38
HSL76.47º20.82%51.96%-
HSV(B)76.47º32.28%61.96%-
XYZ26.3831.4418.59-
YUV148104.86125.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=35.21%
G=38.63%
B=26.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581070.0900.320.3876.4720.8251.96
Hex909E6B9020264c1534
Octal22023615311040461142564
Binary1001000010011110110101110010100000100110100110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,158,107); }

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

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

 a { background-color: rgb(144,158,107); }

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

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

 span { border-color: rgb(144,158,107); }

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