#7CB279

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

Shades of Amulet #7CB279

Tints of Amulet #7CB279

Color information

#7CB279 (or 0x7CB279) is unknown color: approx Amulet. HEX triplet: 7C, B2 and 79. RGB value is (124,178,121). Sum of RGB (Red+Green+Blue) = 124+178+121=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB279 is #834D86. Grayscale: #9B9B9B. Windows color (decimal): -8605063 or 7975548. OLE color: 7975548.

HSL color Cylindrical-coordinate representation of color #7CB279: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB279 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB124178121-
CMYK0.3000.320.30
HSL116.84º27.01%58.63%-
HSV(B)116.84º32.02%69.8%-
XYZ27.6837.5123.87-
YUV155.36108.61105.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=29.31%
G=42.08%
B=28.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241781210.3000.320.30116.8427.0158.63
Hex7CB2791E0201E751b3b
Octal17426217136040361653373
Binary111110010110010111100111110010000011110111010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,178,121); }

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

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

 a { background-color: rgb(124,178,121); }

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

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

 span { border-color: rgb(124,178,121); }

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