Html Css Color HEX #7CB179 Amulet

📋 copy color: '#7CB179'

red 124 ◦ green 177 ◦ blue 121

#7CB179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7CB179

Tints of Amulet #7CB179

RGB

 RED value IS 124 (48.83% from 255) = 29.38%

 GREEN value IS 177 (69.53% from 255) = 41.94%

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 29.38%
G = 41.94%
B = 28.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#7CB179 (or 0x7CB179) is known color: Amulet. HEX triplet: 7C, B1 and 79. RGB value is (124,177,121). Sum of RGB (Red+Green+Blue) = 124+177+121=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB179 is #834E86. Grayscale: #9A9A9A. Windows color (decimal): -8605319 or 7975292. OLE color: 7975292.

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

Color convert

RGB 124 177 121 -
CMYK 0.30 0 0.32 0.31
HSL 116.79º 0.26% 0.58% -
HSV(B) 116.79º 0.32% 0.69% -
XYZ 27.49 37.11 23.8 -
YUV 154.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 124 177 121 0.30 0 0.32 0.31 116.79 0.26 0.58
Hex 7C B1 79 1E 0 20 1F 75 1A 3A
Octal 174 261 171 36 0 40 37 165 32 72
Binary 1111100 10110001 1111001 11110 0 100000 11111 1110101 11010 111010

Color Harmonies of #7CB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB179

Black with #7CB179

Text Example


Text Example

White with #7CB179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CB179;
 }
 .AnyTagClassName
 {
   color: #7CB179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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