Html Css Color HEX #8B9379 Sage

📋 copy color: '#8B9379'

red 139 ◦ green 147 ◦ blue 121

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

Shades of Sage #8B9379

Tints of Sage #8B9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 34.15%
G = 36.12%
B = 29.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#8B9379 (or 0x8B9379) is known color: Sage. HEX triplet: 8B, 93 and 79. RGB value is (139,147,121). Sum of RGB (Red+Green+Blue) = 139+147+121=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9379 is #746C86. Grayscale: #8D8D8D. Windows color (decimal): -7629959 or 7967627. OLE color: 7967627.

HSL color Cylindrical-coordinate representation of color #8B9379: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9379 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 121 -
CMYK 0.05 0 0.18 0.42
HSL 78.46º 0.11% 0.53% -
HSV(B) 78.46º 0.18% 0.58% -
XYZ 24.53 27.74 22.15 -
YUV 141.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 139 147 121 0.05 0 0.18 0.42 78.46 0.11 0.53
Hex 8B 93 79 5 0 12 2A 4E B 35
Octal 213 223 171 5 0 22 52 116 13 65
Binary 10001011 10010011 1111001 101 0 10010 101010 1001110 1011 110101

Color Harmonies of #8B9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9379

Black with #8B9379

Text Example


Text Example

White with #8B9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,147,121); }

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

background-color css

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

 a { background-color: rgb(139,147,121); }

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

border-color css

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

 span { border-color: rgb(139,147,121); }

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