#7CB16D

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

Shades of Amulet #7CB16D

Tints of Amulet #7CB16D

Color information

#7CB16D (or 0x7CB16D) is unknown color: approx Amulet. HEX triplet: 7C, B1 and 6D. RGB value is (124,177,109). Sum of RGB (Red+Green+Blue) = 124+177+109=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB16D is #834E92. Grayscale: #999999. Windows color (decimal): -8605331 or 7188860. OLE color: 7188860.

HSL color Cylindrical-coordinate representation of color #7CB16D: hue angle of 106.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB16D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB124177109-
CMYK0.3000.380.31
HSL106.76º30.36%56.08%-
HSV(B)106.76º38.42%69.41%-
XYZ26.7936.8320.17-
YUV153.4102.94107.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 177 (69.53% from 255) = 43.17%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=30.24%
G=43.17%
B=26.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771090.3000.380.31106.7630.3656.08
Hex7CB16D1E0261F6b1e38
Octal17426115536046371533670
Binary111110010110001110110111110010011011111110101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,109); }

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

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

 a { background-color: rgb(124,177,109); }

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

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

 span { border-color: rgb(124,177,109); }

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