#8A967B

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

Shades of Sage #8A967B

Tints of Sage #8A967B

Color information

#8A967B (or 0x8A967B) is unknown color: approx Sage. HEX triplet: 8A, 96 and 7B. RGB value is (138,150,123). Sum of RGB (Red+Green+Blue) = 138+150+123=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #8A967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A967B is #756984. Grayscale: #8F8F8F. Windows color (decimal): -7694725 or 8099466. OLE color: 8099466.

HSL color Cylindrical-coordinate representation of color #8A967B: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A967B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB138150123-
CMYK0.0800.180.41
HSL86.67º11.39%53.53%-
HSV(B)86.67º18%58.82%-
XYZ24.9628.6522.95-
YUV143.33116.52124.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=33.58%
G=36.50%
B=29.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501230.0800.180.4186.6711.3953.53
Hex8A967B80122957b36
Octal21222617310022511271366
Binary10001010100101101111011100001001010100110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,123); }

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

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

 a { background-color: rgb(138,150,123); }

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

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

 span { border-color: rgb(138,150,123); }

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