#7BA467

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

Shades of Amulet #7BA467

Tints of Amulet #7BA467

Color information

#7BA467 (or 0x7BA467) is unknown color: approx Amulet. HEX triplet: 7B, A4 and 67. RGB value is (123,164,103). Sum of RGB (Red+Green+Blue) = 123+164+103=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA467 is #845B98. Grayscale: #909090. Windows color (decimal): -8674201 or 6792315. OLE color: 6792315.

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

Color convert

RGB123164103-
CMYK0.2500.370.36
HSL100.33º25.1%52.35%-
HSV(B)100.33º37.2%64.31%-
XYZ23.8931.7417.7-
YUV144.79104.42112.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=31.54%
G=42.05%
B=26.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641030.2500.370.36100.3325.152.35
Hex7BA4671902524641934
Octal17324414731045441443164
Binary1111011101001001100111110010100101100100110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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