#7BA469

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

Shades of Amulet #7BA469

Tints of Amulet #7BA469

Color information

#7BA469 (or 0x7BA469) is unknown color: approx Amulet. HEX triplet: 7B, A4 and 69. RGB value is (123,164,105). Sum of RGB (Red+Green+Blue) = 123+164+105=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA469 is #845B96. Grayscale: #919191. Windows color (decimal): -8674199 or 6923387. OLE color: 6923387.

HSL color Cylindrical-coordinate representation of color #7BA469: hue angle of 101.69º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BA469 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB123164105-
CMYK0.2500.360.36
HSL101.69º24.48%52.75%-
HSV(B)101.69º35.98%64.31%-
XYZ23.9931.7818.23-
YUV145.02105.42112.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.38%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=31.38%
G=41.84%
B=26.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641050.2500.360.36101.6924.4852.75
Hex7BA4691902424661835
Octal17324415131044441463065
Binary1111011101001001101001110010100100100100110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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