Html Css Color HEX #7FAD7C Amulet

📋 copy color: '#7FAD7C'

red 127 ◦ green 173 ◦ blue 124

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

Shades of Amulet #7FAD7C

Tints of Amulet #7FAD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 29.95%
G = 40.8%
B = 29.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#7FAD7C (or 0x7FAD7C) is known color: Amulet. HEX triplet: 7F, AD and 7C. RGB value is (127,173,124). Sum of RGB (Red+Green+Blue) = 127+173+124=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD7C is #805283. Grayscale: #999999. Windows color (decimal): -8409732 or 8170879. OLE color: 8170879.

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

Color convert

RGB 127 173 124 -
CMYK 0.27 0 0.28 0.32
HSL 116.33º 0.23% 0.58% -
HSV(B) 116.33º 0.28% 0.68% -
XYZ 27.33 35.85 24.55 -
YUV 153.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 127 173 124 0.27 0 0.28 0.32 116.33 0.23 0.58
Hex 7F AD 7C 1B 0 1C 20 74 17 3A
Octal 177 255 174 33 0 34 40 164 27 72
Binary 1111111 10101101 1111100 11011 0 11100 100000 1110100 10111 111010

Color Harmonies of #7FAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD7C

Black with #7FAD7C

Text Example


Text Example

White with #7FAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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