#7FAF6D

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

Shades of Amulet #7FAF6D

Tints of Amulet #7FAF6D

Color information

#7FAF6D (or 0x7FAF6D) is unknown color: approx Amulet. HEX triplet: 7F, AF and 6D. RGB value is (127,175,109). Sum of RGB (Red+Green+Blue) = 127+175+109=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF6D is #805092. Grayscale: #999999. Windows color (decimal): -8409235 or 7188351. OLE color: 7188351.

HSL color Cylindrical-coordinate representation of color #7FAF6D: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FAF6D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB127175109-
CMYK0.2700.380.31
HSL103.64º29.2%55.69%-
HSV(B)103.64º37.71%68.63%-
XYZ26.8436.2820.06-
YUV153.12103.1109.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.90%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=30.90%
G=42.58%
B=26.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751090.2700.380.31103.6429.255.69
Hex7FAF6D1B0261F681d38
Octal17725715533046371503570
Binary111111110101111110110111011010011011111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,109); }

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

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

 a { background-color: rgb(127,175,109); }

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

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

 span { border-color: rgb(127,175,109); }

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