Html Css Color HEX #8B9876 Sage

📋 copy color: '#8B9876'

red 139 ◦ green 152 ◦ blue 118

#8B9876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #8B9876

Tints of Sage #8B9876

RGB

 RED value IS 139 (54.69% from 255) = 33.99%

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 33.99%
G = 37.16%
B = 28.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#8B9876 (or 0x8B9876) is known color: Sage. HEX triplet: 8B, 98 and 76. RGB value is (139,152,118). Sum of RGB (Red+Green+Blue) = 139+152+118=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9876 is #746789. Grayscale: #909090. Windows color (decimal): -7628682 or 7772299. OLE color: 7772299.

HSL color Cylindrical-coordinate representation of color #8B9876: hue angle of 82.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9876 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 152 118 -
CMYK 0.09 0 0.22 0.40
HSL 82.94º 0.14% 0.53% -
HSV(B) 82.94º 0.22% 0.6% -
XYZ 25.15 29.25 21.46 -
YUV 144.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 139 152 118 0.09 0 0.22 0.40 82.94 0.14 0.53
Hex 8B 98 76 9 0 16 28 53 E 35
Octal 213 230 166 11 0 26 50 123 16 65
Binary 10001011 10011000 1110110 1001 0 10110 101000 1010011 1110 110101

Color Harmonies of #8B9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9876

Black with #8B9876

Text Example


Text Example

White with #8B9876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,152,118); }

 H1.HeaderClassName
 {
   color: #8B9876;
 }
 .AnyTagClassName
 {
   color: #8B9876;
 }
</style>

background-color css

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

 a { background-color: rgb(139,152,118); }

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

border-color css

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

 span { border-color: rgb(139,152,118); }

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