#7DA67B

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

Shades of Amulet #7DA67B

Tints of Amulet #7DA67B

Color information

#7DA67B (or 0x7DA67B) is unknown color: approx Amulet. HEX triplet: 7D, A6 and 7B. RGB value is (125,166,123). Sum of RGB (Red+Green+Blue) = 125+166+123=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA67B is #825984. Grayscale: #949494. Windows color (decimal): -8542597 or 8103549. OLE color: 8103549.

HSL color Cylindrical-coordinate representation of color #7DA67B: hue angle of 117.21º 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 #7DA67B is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB125166123-
CMYK0.2500.260.35
HSL117.21º19.46%56.67%-
HSV(B)117.21º25.9%65.1%-
XYZ25.6733.0623.77-
YUV148.84113.42111-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=30.19%
G=40.10%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661230.2500.260.35117.2119.4656.67
Hex7DA67B1901A23751339
Octal17524617331032431652371
Binary111110110100110111101111001011010100011111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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