#8A937F

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

Shades of Sage #8A937F

Tints of Sage #8A937F

Color information

#8A937F (or 0x8A937F) is unknown color: approx Sage. HEX triplet: 8A, 93 and 7F. RGB value is (138,147,127). Sum of RGB (Red+Green+Blue) = 138+147+127=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #8A937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A937F is #756C80. Grayscale: #8E8E8E. Windows color (decimal): -7695489 or 8360842. OLE color: 8360842.

HSL color Cylindrical-coordinate representation of color #8A937F: hue angle of 87º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A937F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB138147127-
CMYK0.0600.140.42
HSL87º8.47%53.73%-
HSV(B)87º13.61%57.65%-
XYZ24.7527.824.14-
YUV142.03119.52125.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 127 (50% from 255) = 30.83%
R=33.50%
G=35.68%
B=30.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471270.0600.140.42878.4753.73
Hex8A937F60E2A57836
Octal2122231776016521271066
Binary100010101001001111111111100111010101010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,127); }

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

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

 a { background-color: rgb(138,147,127); }

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

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

 span { border-color: rgb(138,147,127); }

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