#7CB068

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

Shades of Amulet #7CB068

Tints of Amulet #7CB068

Color information

#7CB068 (or 0x7CB068) is unknown color: approx Amulet. HEX triplet: 7C, B0 and 68. RGB value is (124,176,104). Sum of RGB (Red+Green+Blue) = 124+176+104=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB068 is #834F97. Grayscale: #989898. Windows color (decimal): -8605592 or 6860924. OLE color: 6860924.

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

Color convert

RGB124176104-
CMYK0.3000.410.31
HSL103.33º31.3%54.9%-
HSV(B)103.33º40.91%69.02%-
XYZ26.3436.3418.72-
YUV152.24100.77107.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=30.69%
G=43.56%
B=25.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761040.3000.410.31103.3331.354.9
Hex7CB0681E0291F671f37
Octal17426015036051371473767
Binary111110010110000110100011110010100111111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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