Html Css Color HEX #8BB079 Amulet

📋 copy color: '#8BB079'

red 139 ◦ green 176 ◦ blue 121

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

Shades of Amulet #8BB079

Tints of Amulet #8BB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 31.88%
G = 40.37%
B = 27.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#8BB079 (or 0x8BB079) is known color: Amulet. HEX triplet: 8B, B0 and 79. RGB value is (139,176,121). Sum of RGB (Red+Green+Blue) = 139+176+121=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB079 is #744F86. Grayscale: #9E9E9E. Windows color (decimal): -7622535 or 7975051. OLE color: 7975051.

HSL color Cylindrical-coordinate representation of color #8BB079: hue angle of 100.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB079 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 176 121 -
CMYK 0.21 0 0.31 0.31
HSL 100.36º 0.26% 0.58% -
HSV(B) 100.36º 0.31% 0.69% -
XYZ 29.62 37.92 23.85 -
YUV 158.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 139 176 121 0.21 0 0.31 0.31 100.36 0.26 0.58
Hex 8B B0 79 15 0 1F 1F 64 1A 3A
Octal 213 260 171 25 0 37 37 144 32 72
Binary 10001011 10110000 1111001 10101 0 11111 11111 1100100 11010 111010

Color Harmonies of #8BB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB079

Black with #8BB079

Text Example


Text Example

White with #8BB079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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