Html Css Color HEX #7CA77A Amulet

📋 copy color: '#7CA77A'

red 124 ◦ green 167 ◦ blue 122

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

Shades of Amulet #7CA77A

Tints of Amulet #7CA77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 30.02%
G = 40.44%
B = 29.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#7CA77A (or 0x7CA77A) is known color: Amulet. HEX triplet: 7C, A7 and 7A. RGB value is (124,167,122). Sum of RGB (Red+Green+Blue) = 124+167+122=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA77A is #835885. Grayscale: #959595. Windows color (decimal): -8607878 or 8038268. OLE color: 8038268.

HSL color Cylindrical-coordinate representation of color #7CA77A: hue angle of 117.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CA77A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 167 122 -
CMYK 0.26 0 0.27 0.35
HSL 117.33º 0.2% 0.57% -
HSV(B) 117.33º 0.27% 0.65% -
XYZ 25.64 33.33 23.49 -
YUV 149.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 124 167 122 0.26 0 0.27 0.35 117.33 0.2 0.57
Hex 7C A7 7A 1A 0 1B 23 75 14 39
Octal 174 247 172 32 0 33 43 165 24 71
Binary 1111100 10100111 1111010 11010 0 11011 100011 1110101 10100 111001

Color Harmonies of #7CA77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA77A

Black with #7CA77A

Text Example


Text Example

White with #7CA77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,167,122); }

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

background-color css

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

 a { background-color: rgb(124,167,122); }

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

border-color css

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

 span { border-color: rgb(124,167,122); }

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