#7CAB66

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

Shades of Amulet #7CAB66

Tints of Amulet #7CAB66

Color information

#7CAB66 (or 0x7CAB66) is unknown color: approx Amulet. HEX triplet: 7C, AB and 66. RGB value is (124,171,102). Sum of RGB (Red+Green+Blue) = 124+171+102=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB66 is #835499. Grayscale: #959595. Windows color (decimal): -8606874 or 6728572. OLE color: 6728572.

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

Color convert

RGB124171102-
CMYK0.2700.400.33
HSL100.87º29.11%53.53%-
HSV(B)100.87º40.35%67.06%-
XYZ25.2734.3717.87-
YUV149.08101.43110.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=31.23%
G=43.07%
B=25.69%

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
Decimal1241711020.2700.400.33100.8729.1153.53
Hex7CAB661B02821651d36
Octal17425314633050411453566
Binary1111100101010111100110110110101000100001110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,102); }

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

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

 a { background-color: rgb(124,171,102); }

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

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

 span { border-color: rgb(124,171,102); }

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