#7CA271

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

Shades of Amulet #7CA271

Tints of Amulet #7CA271

Color information

#7CA271 (or 0x7CA271) is unknown color: approx Amulet. HEX triplet: 7C, A2 and 71. RGB value is (124,162,113). Sum of RGB (Red+Green+Blue) = 124+162+113=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA271 is #835D8E. Grayscale: #919191. Windows color (decimal): -8609167 or 7447164. OLE color: 7447164.

HSL color Cylindrical-coordinate representation of color #7CA271: hue angle of 106.53º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CA271 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB124162113-
CMYK0.2300.300.36
HSL106.53º20.85%53.92%-
HSV(B)106.53º30.25%63.53%-
XYZ24.2131.3220.39-
YUV145.05109.91112.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=31.08%
G=40.60%
B=28.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241621130.2300.300.36106.5320.8553.92
Hex7CA2711701E246b1536
Octal17424216127036441532566
Binary111110010100010111000110111011110100100110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,162,113); }

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

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

 a { background-color: rgb(124,162,113); }

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

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

 span { border-color: rgb(124,162,113); }

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