#7FA670

Color #7FA670 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7FA670

Tints of Amulet #7FA670

Color information

#7FA670 (or 0x7FA670) is unknown color: approx Amulet. HEX triplet: 7F, A6 and 70. RGB value is (127,166,112). Sum of RGB (Red+Green+Blue) = 127+166+112=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA670 is #80598F. Grayscale: #949494. Windows color (decimal): -8411536 or 7382655. OLE color: 7382655.

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

Color convert

RGB127166112-
CMYK0.2300.330.35
HSL103.33º23.28%54.51%-
HSV(B)103.33º32.53%65.1%-
XYZ25.3132.9520.36-
YUV148.18107.58112.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=31.36%
G=40.99%
B=27.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661120.2300.330.35103.3323.2854.51
Hex7FA6701702123671737
Octal17724616027041431472767
Binary1111111101001101110000101110100001100011110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FA670;
 }
 .AnyTagClassName
 {
   color: #7FA670;
 }
</style>
background-color css

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

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

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

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

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

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