Html Css Color HEX #7FAD73 Amulet

📋 copy color: '#7FAD73'

red 127 ◦ green 173 ◦ blue 115

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

Shades of Amulet #7FAD73

Tints of Amulet #7FAD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 30.6%
G = 41.69%
B = 27.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#7FAD73 (or 0x7FAD73) is known color: Amulet. HEX triplet: 7F, AD and 73. RGB value is (127,173,115). Sum of RGB (Red+Green+Blue) = 127+173+115=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD73 is #80528C. Grayscale: #989898. Windows color (decimal): -8409741 or 7581055. OLE color: 7581055.

HSL color Cylindrical-coordinate representation of color #7FAD73: hue angle of 107.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FAD73 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 115 -
CMYK 0.27 0 0.34 0.32
HSL 107.59º 0.26% 0.56% -
HSV(B) 107.59º 0.34% 0.68% -
XYZ 26.79 35.64 21.69 -
YUV 152.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 127 173 115 0.27 0 0.34 0.32 107.59 0.26 0.56
Hex 7F AD 73 1B 0 22 20 6C 1A 38
Octal 177 255 163 33 0 42 40 154 32 70
Binary 1111111 10101101 1110011 11011 0 100010 100000 1101100 11010 111000

Color Harmonies of #7FAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD73

Black with #7FAD73

Text Example


Text Example

White with #7FAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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