Html Css Color HEX #7FA379 Amulet

📋 copy color: '#7FA379'

red 127 ◦ green 163 ◦ blue 121

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

Shades of Amulet #7FA379

Tints of Amulet #7FA379

RGB

 RED value IS 127 (50% from 255) = 30.9%

 GREEN value IS 163 (64.06% from 255) = 39.66%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 30.9%
G = 39.66%
B = 29.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#7FA379 (or 0x7FA379) is known color: Amulet. HEX triplet: 7F, A3 and 79. RGB value is (127,163,121). Sum of RGB (Red+Green+Blue) = 127+163+121=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA379 is #805C86. Grayscale: #939393. Windows color (decimal): -8412295 or 7971711. OLE color: 7971711.

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

Color convert

RGB 127 163 121 -
CMYK 0.22 0 0.26 0.36
HSL 111.43º 0.19% 0.56% -
HSV(B) 111.43º 0.26% 0.64% -
XYZ 25.3 32.09 22.95 -
YUV 147.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 127 163 121 0.22 0 0.26 0.36 111.43 0.19 0.56
Hex 7F A3 79 16 0 1A 24 6F 13 38
Octal 177 243 171 26 0 32 44 157 23 70
Binary 1111111 10100011 1111001 10110 0 11010 100100 1101111 10011 111000

Color Harmonies of #7FA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA379

Black with #7FA379

Text Example


Text Example

White with #7FA379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,163,121); }

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

background-color css

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

 a { background-color: rgb(127,163,121); }

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

border-color css

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

 span { border-color: rgb(127,163,121); }

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