Html Css Color HEX #7CB36F Amulet

📋 copy color: '#7CB36F'

red 124 ◦ green 179 ◦ blue 111

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

Shades of Amulet #7CB36F

Tints of Amulet #7CB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.24%

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 29.95%
G = 43.24%
B = 26.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#7CB36F (or 0x7CB36F) is known color: Amulet. HEX triplet: 7C, B3 and 6F. RGB value is (124,179,111). Sum of RGB (Red+Green+Blue) = 124+179+111=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB36F is #834C90. Grayscale: #9B9B9B. Windows color (decimal): -8604817 or 7320444. OLE color: 7320444.

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

Color convert

RGB 124 179 111 -
CMYK 0.31 0 0.38 0.30
HSL 108.53º 0.31% 0.57% -
HSV(B) 108.53º 0.38% 0.7% -
XYZ 27.3 37.67 20.87 -
YUV 154.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 124 179 111 0.31 0 0.38 0.30 108.53 0.31 0.57
Hex 7C B3 6F 1F 0 26 1E 6D 1F 39
Octal 174 263 157 37 0 46 36 155 37 71
Binary 1111100 10110011 1101111 11111 0 100110 11110 1101101 11111 111001

Color Harmonies of #7CB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB36F

Black with #7CB36F

Text Example


Text Example

White with #7CB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,111); }

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

background-color css

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

 a { background-color: rgb(124,179,111); }

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

border-color css

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

 span { border-color: rgb(124,179,111); }

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