#7DA768

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

Shades of Amulet #7DA768

Tints of Amulet #7DA768

Color information

#7DA768 (or 0x7DA768) is unknown color: approx Amulet. HEX triplet: 7D, A7 and 68. RGB value is (125,167,104). Sum of RGB (Red+Green+Blue) = 125+167+104=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA768 is #825897. Grayscale: #939393. Windows color (decimal): -8542360 or 6858621. OLE color: 6858621.

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

Color convert

RGB125167104-
CMYK0.2500.380.35
HSL100º26.36%53.14%-
HSV(B)100º37.72%65.49%-
XYZ24.773318.16-
YUV147.26103.59112.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=31.57%
G=42.17%
B=26.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251671040.2500.380.3510026.3653.14
Hex7DA7681902623641a35
Octal17524715031046431443265
Binary1111101101001111101000110010100110100011110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,104); }

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

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

 a { background-color: rgb(125,167,104); }

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

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

 span { border-color: rgb(125,167,104); }

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