#7CA96C

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

Shades of Amulet #7CA96C

Tints of Amulet #7CA96C

Color information

#7CA96C (or 0x7CA96C) is unknown color: approx Amulet. HEX triplet: 7C, A9 and 6C. RGB value is (124,169,108). Sum of RGB (Red+Green+Blue) = 124+169+108=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA96C is #835693. Grayscale: #949494. Windows color (decimal): -8607380 or 7121276. OLE color: 7121276.

HSL color Cylindrical-coordinate representation of color #7CA96C: hue angle of 104.26º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CA96C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB124169108-
CMYK0.2700.360.34
HSL104.26º26.18%54.31%-
HSV(B)104.26º36.09%66.27%-
XYZ25.2133.7419.37-
YUV148.59105.09110.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=30.92%
G=42.14%
B=26.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1241691080.2700.360.34104.2626.1854.31
Hex7CA96C1B02422681a36
Octal17425115433044421503266
Binary1111100101010011101100110110100100100010110100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,108); }

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

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

 a { background-color: rgb(124,169,108); }

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

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

 span { border-color: rgb(124,169,108); }

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