Html Css Color HEX #8B977B Sage

📋 copy color: '#8B977B'

red 139 ◦ green 151 ◦ blue 123

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

Shades of Sage #8B977B

Tints of Sage #8B977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 33.66%
G = 36.56%
B = 29.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#8B977B (or 0x8B977B) is known color: Sage. HEX triplet: 8B, 97 and 7B. RGB value is (139,151,123). Sum of RGB (Red+Green+Blue) = 139+151+123=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #8B977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B977B is #746884. Grayscale: #909090. Windows color (decimal): -7628933 or 8099723. OLE color: 8099723.

HSL color Cylindrical-coordinate representation of color #8B977B: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B977B is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 151 123 -
CMYK 0.08 0 0.19 0.41
HSL 85.71º 0.12% 0.54% -
HSV(B) 85.71º 0.19% 0.59% -
XYZ 25.29 29.05 23.01 -
YUV 144.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 139 151 123 0.08 0 0.19 0.41 85.71 0.12 0.54
Hex 8B 97 7B 8 0 13 29 56 C 36
Octal 213 227 173 10 0 23 51 126 14 66
Binary 10001011 10010111 1111011 1000 0 10011 101001 1010110 1100 110110

Color Harmonies of #8B977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B977B

Black with #8B977B

Text Example


Text Example

White with #8B977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,151,123); }

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

background-color css

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

 a { background-color: rgb(139,151,123); }

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

border-color css

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

 span { border-color: rgb(139,151,123); }

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