Html Css Color HEX #8B9E79 Amulet

📋 copy color: '#8B9E79'

red 139 ◦ green 158 ◦ blue 121

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

Shades of Amulet #8B9E79

Tints of Amulet #8B9E79

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 33.25%
G = 37.8%
B = 28.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#8B9E79 (or 0x8B9E79) is known color: Amulet. HEX triplet: 8B, 9E and 79. RGB value is (139,158,121). Sum of RGB (Red+Green+Blue) = 139+158+121=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E79 is #746186. Grayscale: #949494. Windows color (decimal): -7627143 or 7970443. OLE color: 7970443.

HSL color Cylindrical-coordinate representation of color #8B9E79: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B9E79 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 158 121 -
CMYK 0.12 0 0.23 0.38
HSL 90.81º 0.16% 0.55% -
HSV(B) 90.81º 0.23% 0.62% -
XYZ 26.33 31.32 22.75 -
YUV 148.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 139 158 121 0.12 0 0.23 0.38 90.81 0.16 0.55
Hex 8B 9E 79 C 0 17 26 5B 10 37
Octal 213 236 171 14 0 27 46 133 20 67
Binary 10001011 10011110 1111001 1100 0 10111 100110 1011011 10000 110111

Color Harmonies of #8B9E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9E79

Black with #8B9E79

Text Example


Text Example

White with #8B9E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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