Html Css Color HEX #7CA178 Amulet

📋 copy color: '#7CA178'

red 124 ◦ green 161 ◦ blue 120

#7CA178
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7CA178

Tints of Amulet #7CA178

RGB

 RED value IS 124 (48.83% from 255) = 30.62%

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 30.62%
G = 39.75%
B = 29.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#7CA178 (or 0x7CA178) is known color: Amulet. HEX triplet: 7C, A1 and 78. RGB value is (124,161,120). Sum of RGB (Red+Green+Blue) = 124+161+120=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA178 is #835E87. Grayscale: #919191. Windows color (decimal): -8609416 or 7905660. OLE color: 7905660.

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

Color convert

RGB 124 161 120 -
CMYK 0.23 0 0.25 0.37
HSL 114.15º 0.18% 0.55% -
HSV(B) 114.15º 0.25% 0.63% -
XYZ 24.45 31.13 22.49 -
YUV 145.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 124 161 120 0.23 0 0.25 0.37 114.15 0.18 0.55
Hex 7C A1 78 17 0 19 25 72 12 37
Octal 174 241 170 27 0 31 45 162 22 67
Binary 1111100 10100001 1111000 10111 0 11001 100101 1110010 10010 110111

Color Harmonies of #7CA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA178

Black with #7CA178

Text Example


Text Example

White with #7CA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CA178;
 }
 .AnyTagClassName
 {
   color: #7CA178;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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