#7BA075

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

Shades of Amulet #7BA075

Tints of Amulet #7BA075

Color information

#7BA075 (or 0x7BA075) is unknown color: approx Amulet. HEX triplet: 7B, A0 and 75. RGB value is (123,160,117). Sum of RGB (Red+Green+Blue) = 123+160+117=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA075 is #845F8A. Grayscale: #909090. Windows color (decimal): -8675211 or 7708795. OLE color: 7708795.

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

Color convert

RGB123160117-
CMYK0.2300.270.37
HSL111.63º18.45%54.31%-
HSV(B)111.63º26.88%62.75%-
XYZ23.9530.6421.48-
YUV144.04112.74113-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=30.75%
G=40%
B=29.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231601170.2300.270.37111.6318.4554.31
Hex7BA0751701B25701236
Octal17324016527033451602266
Binary111101110100000111010110111011011100101111000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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