#7BA275

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

Shades of Amulet #7BA275

Tints of Amulet #7BA275

Color information

#7BA275 (or 0x7BA275) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 75. RGB value is (123,162,117). Sum of RGB (Red+Green+Blue) = 123+162+117=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA275 is #845D8A. Grayscale: #919191. Windows color (decimal): -8674699 or 7709307. OLE color: 7709307.

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

Color convert

RGB123162117-
CMYK0.2400.280.36
HSL112º19.48%54.71%-
HSV(B)112º27.78%63.53%-
XYZ24.331.3421.6-
YUV145.21112.08112.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=30.60%
G=40.30%
B=29.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621170.2400.280.3611219.4854.71
Hex7BA2751801C24701337
Octal17324216530034441602367
Binary111101110100010111010111000011100100100111000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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