#7DA27D

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

Shades of Amulet #7DA27D

Tints of Amulet #7DA27D

Color information

#7DA27D (or 0x7DA27D) is unknown color: approx Amulet. HEX triplet: 7D, A2 and 7D. RGB value is (125,162,125). Sum of RGB (Red+Green+Blue) = 125+162+125=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA27D is #825D82. Grayscale: #929292. Windows color (decimal): -8543619 or 8233597. OLE color: 8233597.

HSL color Cylindrical-coordinate representation of color #7DA27D: hue angle of 120º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA27D is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB125162125-
CMYK0.2300.230.36
HSL120º16.59%56.27%-
HSV(B)120º22.84%63.53%-
XYZ25.0831.6824.2-
YUV146.72115.74112.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=30.34%
G=39.32%
B=30.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251621250.2300.230.3612016.5956.27
Hex7DA27D1701724781138
Octal17524217527027441702170
Binary111110110100010111110110111010111100100111100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,125); }

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

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

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

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

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

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

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