#8BB079

Color #8BB079 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #8BB079

Tints of Amulet #8BB079

Color information

#8BB079 (or 0x8BB079) is unknown color: approx 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

RGB139176121-
CMYK0.2100.310.31
HSL100.36º25.82%58.24%-
HSV(B)100.36º31.25%69.02%-
XYZ29.6237.9223.85-
YUV158.67106.74113.97-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761210.2100.310.31100.3625.8258.24
Hex8BB0791501F1F641a3a
Octal21326017125037371443272
Binary100010111011000011110011010101111111111110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>