#8A8F81

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

Shades of Sage #8A8F81

Tints of Sage #8A8F81

Color information

#8A8F81 (or 0x8A8F81) is unknown color: approx Sage. HEX triplet: 8A, 8F and 81. RGB value is (138,143,129). Sum of RGB (Red+Green+Blue) = 138+143+129=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F81 is #75707E. Grayscale: #8B8B8B. Windows color (decimal): -7696511 or 8490890. OLE color: 8490890.

HSL color Cylindrical-coordinate representation of color #8A8F81: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A8F81 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB138143129-
CMYK0.0300.100.44
HSL81.43º5.88%53.33%-
HSV(B)81.43º9.79%56.08%-
XYZ24.2726.6324.63-
YUV139.91121.84126.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=33.66%
G=34.88%
B=31.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381431290.0300.100.4481.435.8853.33
Hex8A8F8130A2C51635
Octal212217201301254121665
Binary10001010100011111000000111010101011001010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,143,129); }

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

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

 a { background-color: rgb(138,143,129); }

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

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

 span { border-color: rgb(138,143,129); }

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