#7BB872

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

Shades of Amulet #7BB872

Tints of Amulet #7BB872

Color information

#7BB872 (or 0x7BB872) is unknown color: approx Amulet. HEX triplet: 7B, B8 and 72. RGB value is (123,184,114). Sum of RGB (Red+Green+Blue) = 123+184+114=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #7BB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB872 is #84478D. Grayscale: #9D9D9D. Windows color (decimal): -8669070 or 7518331. OLE color: 7518331.

HSL color Cylindrical-coordinate representation of color #7BB872: hue angle of 112.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BB872 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB123184114-
CMYK0.3300.380.28
HSL112.29º33.02%58.43%-
HSV(B)112.29º38.04%72.16%-
XYZ28.3539.7122.09-
YUV157.78103.29103.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 184 (72.27% from 255) = 43.71%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=29.22%
G=43.71%
B=27.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231841140.3300.380.28112.2933.0258.43
Hex7BB872210261C70213a
Octal17327016241046341604172
Binary11110111011100011100101000010100110111001110000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BB872; }

 p { color: rgb(123,184,114); }

 H1.HeaderClassName
 {
   color: #7BB872;
 }
 .AnyTagClassName
 {
   color: #7BB872;
 }
</style>
background-color css

<style>
 a { background-color: #7BB872; }

 a { background-color: rgb(123,184,114); }

 div.DivClassName
 {
   background-color: #7BB872;
 }
 .BgClassName
 {
   background-color: #7BB872;
 }
</style>
border-color css

<style>
 span { border-color: #7BB872; }

 span { border-color: rgb(123,184,114); }

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