Html Css Color HEX #7FA668 Amulet

📋 copy color: '#7FA668'

red 127 ◦ green 166 ◦ blue 104

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

Shades of Amulet #7FA668

Tints of Amulet #7FA668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 31.99%
G = 41.81%
B = 26.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#7FA668 (or 0x7FA668) is known color: Amulet. HEX triplet: 7F, A6 and 68. RGB value is (127,166,104). Sum of RGB (Red+Green+Blue) = 127+166+104=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA668 is #805997. Grayscale: #939393. Windows color (decimal): -8411544 or 6858367. OLE color: 6858367.

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

Color convert

RGB 127 166 104 -
CMYK 0.23 0 0.37 0.35
HSL 97.74º 0.26% 0.53% -
HSV(B) 97.74º 0.37% 0.65% -
XYZ 24.89 32.78 18.11 -
YUV 147.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 127 166 104 0.23 0 0.37 0.35 97.74 0.26 0.53
Hex 7F A6 68 17 0 25 23 62 1A 35
Octal 177 246 150 27 0 45 43 142 32 65
Binary 1111111 10100110 1101000 10111 0 100101 100011 1100010 11010 110101

Color Harmonies of #7FA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA668

Black with #7FA668

Text Example


Text Example

White with #7FA668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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