#7FAF68

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

Shades of Amulet #7FAF68

Tints of Amulet #7FAF68

Color information

#7FAF68 (or 0x7FAF68) is unknown color: approx Amulet. HEX triplet: 7F, AF and 68. RGB value is (127,175,104). Sum of RGB (Red+Green+Blue) = 127+175+104=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF68 is #805097. Grayscale: #989898. Windows color (decimal): -8409240 or 6860671. OLE color: 6860671.

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

Color convert

RGB127175104-
CMYK0.2700.410.31
HSL100.56º30.74%54.71%-
HSV(B)100.56º40.57%68.63%-
XYZ26.5836.1718.68-
YUV152.55100.6109.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=31.28%
G=43.10%
B=25.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751040.2700.410.31100.5630.7454.71
Hex7FAF681B0291F651f37
Octal17725715033051371453767
Binary111111110101111110100011011010100111111110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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