#7F967A

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

Shades of Amulet #7F967A

Tints of Amulet #7F967A

Color information

#7F967A (or 0x7F967A) is unknown color: approx Amulet. HEX triplet: 7F, 96 and 7A. RGB value is (127,150,122). Sum of RGB (Red+Green+Blue) = 127+150+122=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #7F967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F967A is #806985. Grayscale: #8C8C8C. Windows color (decimal): -8415622 or 8033919. OLE color: 8033919.

HSL color Cylindrical-coordinate representation of color #7F967A: hue angle of 109.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F967A is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB127150122-
CMYK0.1500.190.41
HSL109.29º11.76%53.33%-
HSV(B)109.29º18.67%58.82%-
XYZ23.1727.7322.54-
YUV139.93117.88118.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=31.83%
G=37.59%
B=30.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1271501220.1500.190.41109.2911.7653.33
Hex7F967AF013296dc35
Octal17722617217023511551465
Binary1111111100101101111010111101001110100111011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,150,122); }

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

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

 a { background-color: rgb(127,150,122); }

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

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

 span { border-color: rgb(127,150,122); }

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