#7BA068

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

Shades of Amulet #7BA068

Tints of Amulet #7BA068

Color information

#7BA068 (or 0x7BA068) is unknown color: approx Amulet. HEX triplet: 7B, A0 and 68. RGB value is (123,160,104). Sum of RGB (Red+Green+Blue) = 123+160+104=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA068 is #845F97. Grayscale: #8E8E8E. Windows color (decimal): -8675224 or 6856827. OLE color: 6856827.

HSL color Cylindrical-coordinate representation of color #7BA068: hue angle of 99.64º 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 #7BA068 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB123160104-
CMYK0.2300.350.37
HSL99.64º22.76%51.76%-
HSV(B)99.64º35%62.75%-
XYZ23.2430.3517.73-
YUV142.55106.24114.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=31.78%
G=41.34%
B=26.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231601040.2300.350.3799.6422.7651.76
Hex7BA0681702325641734
Octal17324015027043451442764
Binary1111011101000001101000101110100011100101110010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,104); }

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

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

 a { background-color: rgb(123,160,104); }

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

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

 span { border-color: rgb(123,160,104); }

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