#7CA378

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

Shades of Amulet #7CA378

Tints of Amulet #7CA378

Color information

#7CA378 (or 0x7CA378) is unknown color: approx Amulet. HEX triplet: 7C, A3 and 78. RGB value is (124,163,120). Sum of RGB (Red+Green+Blue) = 124+163+120=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA378 is #835C87. Grayscale: #929292. Windows color (decimal): -8608904 or 7906172. OLE color: 7906172.

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

Color convert

RGB124163120-
CMYK0.2400.260.36
HSL114.42º18.94%55.49%-
HSV(B)114.42º26.38%63.92%-
XYZ24.831.8422.61-
YUV146.44113.08112-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=30.47%
G=40.05%
B=29.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241631200.2400.260.36114.4218.9455.49
Hex7CA3781801A24721337
Octal17424317030032441622367
Binary111110010100011111100011000011010100100111001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,120); }

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

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

 a { background-color: rgb(124,163,120); }

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

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

 span { border-color: rgb(124,163,120); }

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