#7DAB68

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

Shades of Amulet #7DAB68

Tints of Amulet #7DAB68

Color information

#7DAB68 (or 0x7DAB68) is unknown color: approx Amulet. HEX triplet: 7D, AB and 68. RGB value is (125,171,104). Sum of RGB (Red+Green+Blue) = 125+171+104=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB68 is #825497. Grayscale: #959595. Windows color (decimal): -8541336 or 6859645. OLE color: 6859645.

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

Color convert

RGB125171104-
CMYK0.2700.390.33
HSL101.19º28.51%53.92%-
HSV(B)101.19º39.18%67.06%-
XYZ25.5234.4918.41-
YUV149.61102.26110.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 104 (41.02% from 255) = 26%
R=31.25%
G=42.75%
B=26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711040.2700.390.33101.1928.5153.92
Hex7DAB681B02721651d36
Octal17525315033047411453566
Binary1111101101010111101000110110100111100001110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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