Html Css Color HEX #8B9878 Sage

📋 copy color: '#8B9878'

red 139 ◦ green 152 ◦ blue 120

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

Shades of Sage #8B9878

Tints of Sage #8B9878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 33.82%
G = 36.98%
B = 29.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#8B9878 (or 0x8B9878) is known color: Sage. HEX triplet: 8B, 98 and 78. RGB value is (139,152,120). Sum of RGB (Red+Green+Blue) = 139+152+120=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9878 is #746787. Grayscale: #909090. Windows color (decimal): -7628680 or 7903371. OLE color: 7903371.

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

Color convert

RGB 139 152 120 -
CMYK 0.09 0 0.21 0.40
HSL 84.38º 0.13% 0.53% -
HSV(B) 84.38º 0.21% 0.6% -
XYZ 25.27 29.3 22.09 -
YUV 144.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 139 152 120 0.09 0 0.21 0.40 84.38 0.13 0.53
Hex 8B 98 78 9 0 15 28 54 D 35
Octal 213 230 170 11 0 25 50 124 15 65
Binary 10001011 10011000 1111000 1001 0 10101 101000 1010100 1101 110101

Color Harmonies of #8B9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9878

Black with #8B9878

Text Example


Text Example

White with #8B9878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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