#8B9B78

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

Shades of Sage #8B9B78

Tints of Sage #8B9B78

Color information

#8B9B78 (or 0x8B9B78) is unknown color: approx Sage. HEX triplet: 8B, 9B and 78. RGB value is (139,155,120). Sum of RGB (Red+Green+Blue) = 139+155+120=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B78 is #746487. Grayscale: #929292. Windows color (decimal): -7627912 or 7904139. OLE color: 7904139.

HSL color Cylindrical-coordinate representation of color #8B9B78: hue angle of 87.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B9B78 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB139155120-
CMYK0.1000.230.39
HSL87.43º14.89%53.92%-
HSV(B)87.43º22.58%60.78%-
XYZ25.7630.2922.26-
YUV146.23113.2122.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=33.57%
G=37.44%
B=28.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551200.1000.230.3987.4314.8953.92
Hex8B9B78A0172757f36
Octal21323317012027471271766
Binary10001011100110111111000101001011110011110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,120); }

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

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

 a { background-color: rgb(139,155,120); }

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

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

 span { border-color: rgb(139,155,120); }

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