#8F9B7B

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

Shades of Sage #8F9B7B

Tints of Sage #8F9B7B

Color information

#8F9B7B (or 0x8F9B7B) is unknown color: approx Sage. HEX triplet: 8F, 9B and 7B. RGB value is (143,155,123). Sum of RGB (Red+Green+Blue) = 143+155+123=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B7B is #706484. Grayscale: #939393. Windows color (decimal): -7365765 or 8100751. OLE color: 8100751.

HSL color Cylindrical-coordinate representation of color #8F9B7B: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9B7B is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB143155123-
CMYK0.0800.210.39
HSL82.5º13.79%54.51%-
HSV(B)82.5º20.65%60.78%-
XYZ26.6230.7123.26-
YUV147.76114.02124.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=33.97%
G=36.82%
B=29.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431551230.0800.210.3982.513.7954.51
Hex8F9B7B80152752e37
Octal21723317310025471221667
Binary10001111100110111111011100001010110011110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,123); }

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

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

 a { background-color: rgb(143,155,123); }

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

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

 span { border-color: rgb(143,155,123); }

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