#7CB06A

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

Shades of Amulet #7CB06A

Tints of Amulet #7CB06A

Color information

#7CB06A (or 0x7CB06A) is unknown color: approx Amulet. HEX triplet: 7C, B0 and 6A. RGB value is (124,176,106). Sum of RGB (Red+Green+Blue) = 124+176+106=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB06A is #834F95. Grayscale: #989898. Windows color (decimal): -8605590 or 6991996. OLE color: 6991996.

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

Color convert

RGB124176106-
CMYK0.3000.400.31
HSL104.57º30.7%55.29%-
HSV(B)104.57º39.77%69.02%-
XYZ26.4436.3819.26-
YUV152.47101.77107.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=30.54%
G=43.35%
B=26.11%

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
Decimal1241761060.3000.400.31104.5730.755.29
Hex7CB06A1E0281F691f37
Octal17426015236050371513767
Binary111110010110000110101011110010100011111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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