#7daf77

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

Shades of Amulet #7DAF77

Tints of Amulet #7DAF77

Color information

#7DAF77 (or 0x7DAF77) is unknown color: approx Amulet. HEX triplet: 7D, AF and 77. RGB value is (125,175,119). Sum of RGB (Red+Green+Blue) = 125+175+119=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF77 is #825088. Grayscale: #999999. Windows color (decimal): -8540297 or 7843709. OLE color: 7843709.

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

Color convert

RGB125175119-
CMYK0.2900.320.31
HSL113.57º25.93%57.65%-
HSV(B)113.57º32%68.63%-
XYZ27.1236.3523.04-
YUV153.67108.44107.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=29.83%
G=41.77%
B=28.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751190.2900.320.31113.5725.9357.65
Hex7DAF771D0201F721a3a
Octal17525716735040371623272
Binary111110110101111111011111101010000011111111001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7daf77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,119); }

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

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

 a { background-color: rgb(125,175,119); }

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

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

 span { border-color: rgb(125,175,119); }

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