Html Css Color HEX #7FA373 Amulet

📋 copy color: '#7FA373'

red 127 ◦ green 163 ◦ blue 115

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

Shades of Amulet #7FA373

Tints of Amulet #7FA373

RGB

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

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

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

R = 31.36%
G = 40.25%
B = 28.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#7FA373 (or 0x7FA373) is known color: Amulet. HEX triplet: 7F, A3 and 73. RGB value is (127,163,115). Sum of RGB (Red+Green+Blue) = 127+163+115=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA373 is #805C8C. Grayscale: #929292. Windows color (decimal): -8412301 or 7578495. OLE color: 7578495.

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

Color convert

RGB 127 163 115 -
CMYK 0.22 0 0.29 0.36
HSL 105º 0.21% 0.55% -
HSV(B) 105º 0.29% 0.64% -
XYZ 24.94 31.94 21.07 -
YUV 146.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 127 163 115 0.22 0 0.29 0.36 105 0.21 0.55
Hex 7F A3 73 16 0 1D 24 69 15 37
Octal 177 243 163 26 0 35 44 151 25 67
Binary 1111111 10100011 1110011 10110 0 11101 100100 1101001 10101 110111

Color Harmonies of #7FA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA373

Black with #7FA373

Text Example


Text Example

White with #7FA373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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