Html Css Color HEX #8B9378 Sage

📋 copy color: '#8B9378'

red 139 ◦ green 147 ◦ blue 120

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

Shades of Sage #8B9378

Tints of Sage #8B9378

RGB

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

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

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

R = 34.24%
G = 36.21%
B = 29.56%

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

#8B9378 (or 0x8B9378) is known color: Sage. HEX triplet: 8B, 93 and 78. RGB value is (139,147,120). Sum of RGB (Red+Green+Blue) = 139+147+120=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9378 is #746C87. Grayscale: #8D8D8D. Windows color (decimal): -7629960 or 7902091. OLE color: 7902091.

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

Color convert

RGB 139 147 120 -
CMYK 0.05 0 0.18 0.42
HSL 77.78º 0.11% 0.52% -
HSV(B) 77.78º 0.18% 0.58% -
XYZ 24.47 27.71 21.83 -
YUV 141.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 139 147 120 0.05 0 0.18 0.42 77.78 0.11 0.52
Hex 8B 93 78 5 0 12 2A 4E B 34
Octal 213 223 170 5 0 22 52 116 13 64
Binary 10001011 10010011 1111000 101 0 10010 101010 1001110 1011 110100

Color Harmonies of #8B9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9378

Black with #8B9378

Text Example


Text Example

White with #8B9378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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