Html Css Color HEX #7CA274 Amulet

📋 copy color: '#7CA274'

red 124 ◦ green 162 ◦ blue 116

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

Shades of Amulet #7CA274

Tints of Amulet #7CA274

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 30.85%
G = 40.3%
B = 28.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#7CA274 (or 0x7CA274) is known color: Amulet. HEX triplet: 7C, A2 and 74. RGB value is (124,162,116). Sum of RGB (Red+Green+Blue) = 124+162+116=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA274 is #835D8B. Grayscale: #919191. Windows color (decimal): -8609164 or 7643772. OLE color: 7643772.

HSL color Cylindrical-coordinate representation of color #7CA274: hue angle of 109.57º degrees, saturation: 0.2, 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 #7CA274 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 116 -
CMYK 0.23 0 0.28 0.36
HSL 109.57º 0.2% 0.55% -
HSV(B) 109.57º 0.28% 0.64% -
XYZ 24.38 31.39 21.3 -
YUV 145.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 124 162 116 0.23 0 0.28 0.36 109.57 0.2 0.55
Hex 7C A2 74 17 0 1C 24 6E 14 37
Octal 174 242 164 27 0 34 44 156 24 67
Binary 1111100 10100010 1110100 10111 0 11100 100100 1101110 10100 110111

Color Harmonies of #7CA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA274

Black with #7CA274

Text Example


Text Example

White with #7CA274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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