Html Css Color HEX #7CB872 Amulet

📋 copy color: '#7CB872'

red 124 ◦ green 184 ◦ blue 114

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

Shades of Amulet #7CB872

Tints of Amulet #7CB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 29.38%
G = 43.6%
B = 27.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#7CB872 (or 0x7CB872) is known color: Amulet. HEX triplet: 7C, B8 and 72. RGB value is (124,184,114). Sum of RGB (Red+Green+Blue) = 124+184+114=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB872 is #83478D. Grayscale: #9E9E9E. Windows color (decimal): -8603534 or 7518332. OLE color: 7518332.

HSL color Cylindrical-coordinate representation of color #7CB872: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB872 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 184 114 -
CMYK 0.33 0 0.38 0.28
HSL 111.43º 0.33% 0.58% -
HSV(B) 111.43º 0.38% 0.72% -
XYZ 28.49 39.78 22.1 -
YUV 158.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 124 184 114 0.33 0 0.38 0.28 111.43 0.33 0.58
Hex 7C B8 72 21 0 26 1C 6F 21 3A
Octal 174 270 162 41 0 46 34 157 41 72
Binary 1111100 10111000 1110010 100001 0 100110 11100 1101111 100001 111010

Color Harmonies of #7CB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB872

Black with #7CB872

Text Example


Text Example

White with #7CB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,114); }

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

background-color css

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

 a { background-color: rgb(124,184,114); }

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

border-color css

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

 span { border-color: rgb(124,184,114); }

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