#8B9375

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

Shades of Sage #8B9375

Tints of Sage #8B9375

Color information

#8B9375 (or 0x8B9375) is unknown color: approx Sage. HEX triplet: 8B, 93 and 75. RGB value is (139,147,117). Sum of RGB (Red+Green+Blue) = 139+147+117=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9375 is #746C8A. Grayscale: #8D8D8D. Windows color (decimal): -7629963 or 7705483. OLE color: 7705483.

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

Color convert

RGB139147117-
CMYK0.0500.200.42
HSL76º12.2%51.76%-
HSV(B)76º20.41%57.65%-
XYZ24.2927.6420.88-
YUV141.19114.35126.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=34.49%
G=36.48%
B=29.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471170.0500.200.427612.251.76
Hex8B937550142A4cc34
Octal2132231655024521141464
Binary1000101110010011111010110101010010101010011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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