#8B967B

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

Shades of Sage #8B967B

Tints of Sage #8B967B

Color information

#8B967B (or 0x8B967B) is unknown color: approx Sage. HEX triplet: 8B, 96 and 7B. RGB value is (139,150,123). Sum of RGB (Red+Green+Blue) = 139+150+123=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #8B967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B967B is #746984. Grayscale: #8F8F8F. Windows color (decimal): -7629189 or 8099467. OLE color: 8099467.

HSL color Cylindrical-coordinate representation of color #8B967B: hue angle of 84.44º 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 #8B967B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB139150123-
CMYK0.0700.180.41
HSL84.44º11.39%53.53%-
HSV(B)84.44º18%58.82%-
XYZ25.1328.7322.96-
YUV143.63116.36124.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=33.74%
G=36.41%
B=29.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391501230.0700.180.4184.4411.3953.53
Hex8B967B70122954b36
Octal2132261737022511241366
Binary1000101110010110111101111101001010100110101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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