Html Css Color HEX #8BA676 Amulet

📋 copy color: '#8BA676'

red 139 ◦ green 166 ◦ blue 118

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

Shades of Amulet #8BA676

Tints of Amulet #8BA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 32.86%
G = 39.24%
B = 27.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#8BA676 (or 0x8BA676) is known color: Amulet. HEX triplet: 8B, A6 and 76. RGB value is (139,166,118). Sum of RGB (Red+Green+Blue) = 139+166+118=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA676 is #745989. Grayscale: #989898. Windows color (decimal): -7625098 or 7775883. OLE color: 7775883.

HSL color Cylindrical-coordinate representation of color #8BA676: hue angle of 93.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA676 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 166 118 -
CMYK 0.16 0 0.29 0.35
HSL 93.75º 0.21% 0.56% -
HSV(B) 93.75º 0.29% 0.65% -
XYZ 27.55 34.07 22.26 -
YUV 152.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 139 166 118 0.16 0 0.29 0.35 93.75 0.21 0.56
Hex 8B A6 76 10 0 1D 23 5E 15 38
Octal 213 246 166 20 0 35 43 136 25 70
Binary 10001011 10100110 1110110 10000 0 11101 100011 1011110 10101 111000

Color Harmonies of #8BA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA676

Black with #8BA676

Text Example


Text Example

White with #8BA676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,166,118); }

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

background-color css

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

 a { background-color: rgb(139,166,118); }

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

border-color css

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

 span { border-color: rgb(139,166,118); }

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