#7CB16A

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

Shades of Amulet #7CB16A

Tints of Amulet #7CB16A

Color information

#7CB16A (or 0x7CB16A) is unknown color: approx Amulet. HEX triplet: 7C, B1 and 6A. RGB value is (124,177,106). Sum of RGB (Red+Green+Blue) = 124+177+106=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB16A is #834E95. Grayscale: #999999. Windows color (decimal): -8605334 or 6992252. OLE color: 6992252.

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

Color convert

RGB124177106-
CMYK0.3000.400.31
HSL104.79º31.28%55.49%-
HSV(B)104.79º40.11%69.41%-
XYZ26.6436.7719.33-
YUV153.06101.44107.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=30.47%
G=43.49%
B=26.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771060.3000.400.31104.7931.2855.49
Hex7CB16A1E0281F691f37
Octal17426115236050371513767
Binary111110010110001110101011110010100011111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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