Html Css Color HEX #7CA469 Amulet

📋 copy color: '#7CA469'

red 124 ◦ green 164 ◦ blue 105

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

Shades of Amulet #7CA469

Tints of Amulet #7CA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 31.55%
G = 41.73%
B = 26.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#7CA469 (or 0x7CA469) is known color: Amulet. HEX triplet: 7C, A4 and 69. RGB value is (124,164,105). Sum of RGB (Red+Green+Blue) = 124+164+105=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA469 is #835B96. Grayscale: #919191. Windows color (decimal): -8608663 or 6923388. OLE color: 6923388.

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

Color convert

RGB 124 164 105 -
CMYK 0.24 0 0.36 0.36
HSL 100.68º 0.24% 0.53% -
HSV(B) 100.68º 0.36% 0.64% -
XYZ 24.14 31.86 18.24 -
YUV 145.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 124 164 105 0.24 0 0.36 0.36 100.68 0.24 0.53
Hex 7C A4 69 18 0 24 24 65 18 35
Octal 174 244 151 30 0 44 44 145 30 65
Binary 1111100 10100100 1101001 11000 0 100100 100100 1100101 11000 110101

Color Harmonies of #7CA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA469

Black with #7CA469

Text Example


Text Example

White with #7CA469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,164,105); }

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

background-color css

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

 a { background-color: rgb(124,164,105); }

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

border-color css

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

 span { border-color: rgb(124,164,105); }

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