#8D9B6C

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

Shades of Sage #8D9B6C

Tints of Sage #8D9B6C

Color information

#8D9B6C (or 0x8D9B6C) is unknown color: approx Sage. HEX triplet: 8D, 9B and 6C. RGB value is (141,155,108). Sum of RGB (Red+Green+Blue) = 141+155+108=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B6C is #726493. Grayscale: #919191. Windows color (decimal): -7496852 or 7117709. OLE color: 7117709.

HSL color Cylindrical-coordinate representation of color #8D9B6C: hue angle of 77.87º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D9B6C is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB141155108-
CMYK0.0900.300.39
HSL77.87º19.03%51.57%-
HSV(B)77.87º30.32%60.78%-
XYZ25.4130.1918.67-
YUV145.46106.86124.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=34.90%
G=38.37%
B=26.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411551080.0900.300.3977.8719.0351.57
Hex8D9B6C901E274e1334
Octal21523315411036471162364
Binary100011011001101111011001001011110100111100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,155,108); }

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

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

 a { background-color: rgb(141,155,108); }

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

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

 span { border-color: rgb(141,155,108); }

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