Html Css Color HEX #7CA273 Amulet

📋 copy color: '#7CA273'

red 124 ◦ green 162 ◦ blue 115

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

Shades of Amulet #7CA273

Tints of Amulet #7CA273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 30.92%
G = 40.4%
B = 28.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#7CA273 (or 0x7CA273) is known color: Amulet. HEX triplet: 7C, A2 and 73. RGB value is (124,162,115). Sum of RGB (Red+Green+Blue) = 124+162+115=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA273 is #835D8C. Grayscale: #919191. Windows color (decimal): -8609165 or 7578236. OLE color: 7578236.

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

Color convert

RGB 124 162 115 -
CMYK 0.23 0 0.29 0.36
HSL 108.51º 0.2% 0.54% -
HSV(B) 108.51º 0.29% 0.64% -
XYZ 24.33 31.36 20.99 -
YUV 145.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 124 162 115 0.23 0 0.29 0.36 108.51 0.2 0.54
Hex 7C A2 73 17 0 1D 24 6D 14 36
Octal 174 242 163 27 0 35 44 155 24 66
Binary 1111100 10100010 1110011 10111 0 11101 100100 1101101 10100 110110

Color Harmonies of #7CA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA273

Black with #7CA273

Text Example


Text Example

White with #7CA273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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