#7CAC67

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

Shades of Amulet #7CAC67

Tints of Amulet #7CAC67

Color information

#7CAC67 (or 0x7CAC67) is unknown color: approx Amulet. HEX triplet: 7C, AC and 67. RGB value is (124,172,103). Sum of RGB (Red+Green+Blue) = 124+172+103=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC67 is #835398. Grayscale: #969696. Windows color (decimal): -8606617 or 6794364. OLE color: 6794364.

HSL color Cylindrical-coordinate representation of color #7CAC67: hue angle of 101.74º 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 #7CAC67 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB124172103-
CMYK0.2800.400.33
HSL101.74º29.36%53.92%-
HSV(B)101.74º40.12%67.45%-
XYZ25.5134.7718.2-
YUV149.78101.6109.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=31.08%
G=43.11%
B=25.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721030.2800.400.33101.7429.3653.92
Hex7CAC671C02821661d36
Octal17425414734050411463566
Binary1111100101011001100111111000101000100001110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,103); }

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

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

 a { background-color: rgb(124,172,103); }

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

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

 span { border-color: rgb(124,172,103); }

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