#7DA77B

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

Shades of Amulet #7DA77B

Tints of Amulet #7DA77B

Color information

#7DA77B (or 0x7DA77B) is unknown color: approx Amulet. HEX triplet: 7D, A7 and 7B. RGB value is (125,167,123). Sum of RGB (Red+Green+Blue) = 125+167+123=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA77B is #825884. Grayscale: #959595. Windows color (decimal): -8542341 or 8103805. OLE color: 8103805.

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

Color convert

RGB125167123-
CMYK0.2500.260.35
HSL117.27º20%56.86%-
HSV(B)117.27º26.35%65.49%-
XYZ25.8533.4323.83-
YUV149.43113.09110.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.12%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=30.12%
G=40.24%
B=29.64%

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
Decimal1251671230.2500.260.35117.272056.86
Hex7DA77B1901A23751439
Octal17524717331032431652471
Binary111110110100111111101111001011010100011111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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