#7DAE67

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

Shades of Amulet #7DAE67

Tints of Amulet #7DAE67

Color information

#7DAE67 (or 0x7DAE67) is unknown color: approx Amulet. HEX triplet: 7D, AE and 67. RGB value is (125,174,103). Sum of RGB (Red+Green+Blue) = 125+174+103=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE67 is #825198. Grayscale: #979797. Windows color (decimal): -8540569 or 6794877. OLE color: 6794877.

HSL color Cylindrical-coordinate representation of color #7DAE67: hue angle of 101.41º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAE67 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB125174103-
CMYK0.2800.410.32
HSL101.41º30.47%54.31%-
HSV(B)101.41º40.8%68.24%-
XYZ26.0435.6118.33-
YUV151.25100.77109.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=31.09%
G=43.28%
B=25.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251741030.2800.410.32101.4130.4754.31
Hex7DAE671C02920651e36
Octal17525614734051401453666
Binary1111101101011101100111111000101001100000110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,103); }

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

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

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

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

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

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

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