#7FA67B

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

Shades of Amulet #7FA67B

Tints of Amulet #7FA67B

Color information

#7FA67B (or 0x7FA67B) is unknown color: approx Amulet. HEX triplet: 7F, A6 and 7B. RGB value is (127,166,123). Sum of RGB (Red+Green+Blue) = 127+166+123=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA67B is #805984. Grayscale: #959595. Windows color (decimal): -8411525 or 8103551. OLE color: 8103551.

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

Color convert

RGB127166123-
CMYK0.2300.260.35
HSL114.42º19.46%56.67%-
HSV(B)114.42º25.9%65.1%-
XYZ25.9633.2123.78-
YUV149.44113.08112-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=30.53%
G=39.90%
B=29.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661230.2300.260.35114.4219.4656.67
Hex7FA67B1701A23721339
Octal17724617327032431622371
Binary111111110100110111101110111011010100011111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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