Html Css Color HEX #7EB06F Amulet

📋 copy color: '#7EB06F'

red 126 ◦ green 176 ◦ blue 111

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

Shades of Amulet #7EB06F

Tints of Amulet #7EB06F

RGB

 RED value IS 126 (49.61% from 255) = 30.51%

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 30.51%
G = 42.62%
B = 26.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#7EB06F (or 0x7EB06F) is known color: Amulet. HEX triplet: 7E, B0 and 6F. RGB value is (126,176,111). Sum of RGB (Red+Green+Blue) = 126+176+111=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB06F is #814F90. Grayscale: #999999. Windows color (decimal): -8474513 or 7319678. OLE color: 7319678.

HSL color Cylindrical-coordinate representation of color #7EB06F: hue angle of 106.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EB06F is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 176 111 -
CMYK 0.28 0 0.37 0.31
HSL 106.15º 0.29% 0.56% -
HSV(B) 106.15º 0.37% 0.69% -
XYZ 27 36.63 20.69 -
YUV 153.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 126 176 111 0.28 0 0.37 0.31 106.15 0.29 0.56
Hex 7E B0 6F 1C 0 25 1F 6A 1D 38
Octal 176 260 157 34 0 45 37 152 35 70
Binary 1111110 10110000 1101111 11100 0 100101 11111 1101010 11101 111000

Color Harmonies of #7EB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB06F

Black with #7EB06F

Text Example


Text Example

White with #7EB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,176,111); }

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

background-color css

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

 a { background-color: rgb(126,176,111); }

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

border-color css

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

 span { border-color: rgb(126,176,111); }

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