#8B9275

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

Shades of Sage #8B9275

Tints of Sage #8B9275

Color information

#8B9275 (or 0x8B9275) is unknown color: approx Sage. HEX triplet: 8B, 92 and 75. RGB value is (139,146,117). Sum of RGB (Red+Green+Blue) = 139+146+117=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9275 is #746D8A. Grayscale: #8C8C8C. Windows color (decimal): -7630219 or 7705227. OLE color: 7705227.

HSL color Cylindrical-coordinate representation of color #8B9275: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B9275 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB139146117-
CMYK0.0500.200.43
HSL74.48º11.74%51.57%-
HSV(B)74.48º19.86%57.25%-
XYZ24.1427.3320.83-
YUV140.6114.68126.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=34.58%
G=36.32%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461170.0500.200.4374.4811.7451.57
Hex8B927550142B4ac34
Octal2132221655024531121464
Binary1000101110010010111010110101010010101110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,117); }

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

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

 a { background-color: rgb(139,146,117); }

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

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

 span { border-color: rgb(139,146,117); }

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