#7BB476

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

Shades of Amulet #7BB476

Tints of Amulet #7BB476

Color information

#7BB476 (or 0x7BB476) is unknown color: approx Amulet. HEX triplet: 7B, B4 and 76. RGB value is (123,180,118). Sum of RGB (Red+Green+Blue) = 123+180+118=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB476 is #844B89. Grayscale: #9C9C9C. Windows color (decimal): -8670090 or 7779451. OLE color: 7779451.

HSL color Cylindrical-coordinate representation of color #7BB476: hue angle of 115.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB476 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB123180118-
CMYK0.3200.340.29
HSL115.16º29.25%58.43%-
HSV(B)115.16º34.44%70.59%-
XYZ27.7638.1623.04-
YUV155.89106.62104.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=29.22%
G=42.76%
B=28.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231801180.3200.340.29115.1629.2558.43
Hex7BB476200221D731d3a
Octal17326416640042351633572
Binary1111011101101001110110100000010001011101111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,180,118); }

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

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

 a { background-color: rgb(123,180,118); }

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

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

 span { border-color: rgb(123,180,118); }

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