Html Css Color HEX #7FA66C Amulet

📋 copy color: '#7FA66C'

red 127 ◦ green 166 ◦ blue 108

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

Shades of Amulet #7FA66C

Tints of Amulet #7FA66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 31.67%
G = 41.4%
B = 26.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#7FA66C (or 0x7FA66C) is known color: Amulet. HEX triplet: 7F, A6 and 6C. RGB value is (127,166,108). Sum of RGB (Red+Green+Blue) = 127+166+108=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA66C is #805993. Grayscale: #939393. Windows color (decimal): -8411540 or 7120511. OLE color: 7120511.

HSL color Cylindrical-coordinate representation of color #7FA66C: hue angle of 100.34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FA66C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 166 108 -
CMYK 0.23 0 0.35 0.35
HSL 100.34º 0.25% 0.54% -
HSV(B) 100.34º 0.35% 0.65% -
XYZ 25.1 32.87 19.21 -
YUV 147.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 127 166 108 0.23 0 0.35 0.35 100.34 0.25 0.54
Hex 7F A6 6C 17 0 23 23 64 19 36
Octal 177 246 154 27 0 43 43 144 31 66
Binary 1111111 10100110 1101100 10111 0 100011 100011 1100100 11001 110110

Color Harmonies of #7FA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA66C

Black with #7FA66C

Text Example


Text Example

White with #7FA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,108); }

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

background-color css

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

 a { background-color: rgb(127,166,108); }

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

border-color css

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

 span { border-color: rgb(127,166,108); }

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