#7DAF7A

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

Shades of Amulet #7DAF7A

Tints of Amulet #7DAF7A

Color information

#7DAF7A (or 0x7DAF7A) is unknown color: approx Amulet. HEX triplet: 7D, AF and 7A. RGB value is (125,175,122). Sum of RGB (Red+Green+Blue) = 125+175+122=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF7A is #825085. Grayscale: #9A9A9A. Windows color (decimal): -8540294 or 8040317. OLE color: 8040317.

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

Color convert

RGB125175122-
CMYK0.2900.300.31
HSL116.6º24.88%58.24%-
HSV(B)116.6º30.29%68.63%-
XYZ27.336.4324-
YUV154.01109.94107.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=29.62%
G=41.47%
B=28.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751220.2900.300.31116.624.8858.24
Hex7DAF7A1D01E1F75193a
Octal17525717235036371653172
Binary11111011010111111110101110101111011111111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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