#7bac74

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

Shades of Amulet #7BAC74

Tints of Amulet #7BAC74

Color information

#7BAC74 (or 0x7BAC74) is unknown color: approx Amulet. HEX triplet: 7B, AC and 74. RGB value is (123,172,116). Sum of RGB (Red+Green+Blue) = 123+172+116=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC74 is #84538B. Grayscale: #979797. Windows color (decimal): -8672140 or 7646331. OLE color: 7646331.

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

Color convert

RGB123172116-
CMYK0.2800.330.33
HSL112.5º25.23%56.47%-
HSV(B)112.5º32.56%67.45%-
XYZ26.0734.9821.9-
YUV150.96108.27108.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=29.93%
G=41.85%
B=28.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721160.2800.330.33112.525.2356.47
Hex7BAC741C02121701938
Octal17325416434041411603170
Binary1111011101011001110100111000100001100001111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bac74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,116); }

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

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

 a { background-color: rgb(123,172,116); }

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

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

 span { border-color: rgb(123,172,116); }

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