#7BA16F

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

Shades of Amulet #7BA16F

Tints of Amulet #7BA16F

Color information

#7BA16F (or 0x7BA16F) is unknown color: approx Amulet. HEX triplet: 7B, A1 and 6F. RGB value is (123,161,111). Sum of RGB (Red+Green+Blue) = 123+161+111=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA16F is #845E90. Grayscale: #909090. Windows color (decimal): -8674961 or 7315835. OLE color: 7315835.

HSL color Cylindrical-coordinate representation of color #7BA16F: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BA16F is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB123161111-
CMYK0.2400.310.37
HSL105.6º21.01%53.33%-
HSV(B)105.6º31.06%63.14%-
XYZ23.7830.8519.74-
YUV143.94109.41113.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=31.14%
G=40.76%
B=28.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231611110.2400.310.37105.621.0153.33
Hex7BA16F1801F256a1535
Octal17324115730037451522565
Binary111101110100001110111111000011111100101110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,161,111); }

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

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

 a { background-color: rgb(123,161,111); }

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

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

 span { border-color: rgb(123,161,111); }

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