#7BAC6B

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

Shades of Amulet #7BAC6B

Tints of Amulet #7BAC6B

Color information

#7BAC6B (or 0x7BAC6B) is unknown color: approx Amulet. HEX triplet: 7B, AC and 6B. RGB value is (123,172,107). Sum of RGB (Red+Green+Blue) = 123+172+107=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC6B is #845394. Grayscale: #969696. Windows color (decimal): -8672149 or 7056507. OLE color: 7056507.

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

Color convert

RGB123172107-
CMYK0.2800.380.33
HSL105.23º28.14%54.71%-
HSV(B)105.23º37.79%67.45%-
XYZ25.5734.7819.27-
YUV149.94103.77108.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=30.60%
G=42.79%
B=26.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721070.2800.380.33105.2328.1454.71
Hex7BAC6B1C02621691c37
Octal17325415334046411513467
Binary1111011101011001101011111000100110100001110100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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