#8A9977

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

Shades of Sage #8A9977

Tints of Sage #8A9977

Color information

#8A9977 (or 0x8A9977) is unknown color: approx Sage. HEX triplet: 8A, 99 and 77. RGB value is (138,153,119). Sum of RGB (Red+Green+Blue) = 138+153+119=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9977 is #756688. Grayscale: #909090. Windows color (decimal): -7693961 or 7838090. OLE color: 7838090.

HSL color Cylindrical-coordinate representation of color #8A9977: hue angle of 86.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9977 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB138153119-
CMYK0.1000.220.4
HSL86.47º14.29%53.33%-
HSV(B)86.47º22.22%60%-
XYZ25.229.5221.82-
YUV144.64113.53123.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=33.66%
G=37.32%
B=29.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381531190.1000.220.486.4714.2953.33
Hex8A9977A0162856e35
Octal21223116712026501261665
Binary10001010100110011110111101001011010100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9977; }

 p { color: rgb(138,153,119); }

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

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

 a { background-color: rgb(138,153,119); }

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

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

 span { border-color: rgb(138,153,119); }

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