#7BA169

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

Shades of Amulet #7BA169

Tints of Amulet #7BA169

Color information

#7BA169 (or 0x7BA169) is unknown color: approx Amulet. HEX triplet: 7B, A1 and 69. RGB value is (123,161,105). Sum of RGB (Red+Green+Blue) = 123+161+105=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA169 is #845E96. Grayscale: #8F8F8F. Windows color (decimal): -8674967 or 6922619. OLE color: 6922619.

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

Color convert

RGB123161105-
CMYK0.2400.350.37
HSL100.71º22.95%52.16%-
HSV(B)100.71º34.78%63.14%-
XYZ23.4630.7218.06-
YUV143.25106.41113.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=31.62%
G=41.39%
B=26.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231611050.2400.350.37100.7122.9552.16
Hex7BA1691802325651734
Octal17324115130043451452764
Binary1111011101000011101001110000100011100101110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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