Html Css Color HEX #7EB16A Amulet

📋 copy color: '#7EB16A'

red 126 ◦ green 177 ◦ blue 106

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

Shades of Amulet #7EB16A

Tints of Amulet #7EB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 30.81%
G = 43.28%
B = 25.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#7EB16A (or 0x7EB16A) is known color: Amulet. HEX triplet: 7E, B1 and 6A. RGB value is (126,177,106). Sum of RGB (Red+Green+Blue) = 126+177+106=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB16A is #814E95. Grayscale: #999999. Windows color (decimal): -8474262 or 6992254. OLE color: 6992254.

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

Color convert

RGB 126 177 106 -
CMYK 0.29 0 0.40 0.31
HSL 103.1º 0.31% 0.55% -
HSV(B) 103.1º 0.4% 0.69% -
XYZ 26.93 36.92 19.34 -
YUV 153.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 126 177 106 0.29 0 0.40 0.31 103.1 0.31 0.55
Hex 7E B1 6A 1D 0 28 1F 67 1F 37
Octal 176 261 152 35 0 50 37 147 37 67
Binary 1111110 10110001 1101010 11101 0 101000 11111 1100111 11111 110111

Color Harmonies of #7EB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB16A

Black with #7EB16A

Text Example


Text Example

White with #7EB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,177,106); }

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

background-color css

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

 a { background-color: rgb(126,177,106); }

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

border-color css

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

 span { border-color: rgb(126,177,106); }

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