#7DB477

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

Shades of Amulet #7DB477

Tints of Amulet #7DB477

Color information

#7DB477 (or 0x7DB477) is unknown color: approx Amulet. HEX triplet: 7D, B4 and 77. RGB value is (125,180,119). Sum of RGB (Red+Green+Blue) = 125+180+119=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB477 is #824B88. Grayscale: #9C9C9C. Windows color (decimal): -8539017 or 7844989. OLE color: 7844989.

HSL color Cylindrical-coordinate representation of color #7DB477: hue angle of 114.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB477 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB125180119-
CMYK0.3100.340.29
HSL114.1º28.91%58.63%-
HSV(B)114.1º33.89%70.59%-
XYZ28.1138.3323.37-
YUV156.6106.78105.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=29.48%
G=42.45%
B=28.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251801190.3100.340.29114.128.9158.63
Hex7DB4771F0221D721d3b
Octal17526416737042351623573
Binary111110110110100111011111111010001011101111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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