#7DAB67

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

Shades of Amulet #7DAB67

Tints of Amulet #7DAB67

Color information

#7DAB67 (or 0x7DAB67) is unknown color: approx Amulet. HEX triplet: 7D, AB and 67. RGB value is (125,171,103). Sum of RGB (Red+Green+Blue) = 125+171+103=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB67 is #825498. Grayscale: #959595. Windows color (decimal): -8541337 or 6794109. OLE color: 6794109.

HSL color Cylindrical-coordinate representation of color #7DAB67: hue angle of 100.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAB67 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB125171103-
CMYK0.2700.400.33
HSL100.59º28.81%53.73%-
HSV(B)100.59º39.77%67.06%-
XYZ25.4734.4718.14-
YUV149.49101.76110.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=31.33%
G=42.86%
B=25.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711030.2700.400.33100.5928.8153.73
Hex7DAB671B02821651d36
Octal17525314733050411453566
Binary1111101101010111100111110110101000100001110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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