Html Css Color HEX #7EAD7B Amulet

📋 copy color: '#7EAD7B'

red 126 ◦ green 173 ◦ blue 123

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

Shades of Amulet #7EAD7B

Tints of Amulet #7EAD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 29.86%
G = 41%
B = 29.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#7EAD7B (or 0x7EAD7B) is known color: Amulet. HEX triplet: 7E, AD and 7B. RGB value is (126,173,123). Sum of RGB (Red+Green+Blue) = 126+173+123=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD7B is #815284. Grayscale: #999999. Windows color (decimal): -8475269 or 8105342. OLE color: 8105342.

HSL color Cylindrical-coordinate representation of color #7EAD7B: hue angle of 116.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EAD7B is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 123 -
CMYK 0.27 0 0.29 0.32
HSL 116.4º 0.23% 0.58% -
HSV(B) 116.4º 0.29% 0.68% -
XYZ 27.12 35.75 24.21 -
YUV 153.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 126 173 123 0.27 0 0.29 0.32 116.4 0.23 0.58
Hex 7E AD 7B 1B 0 1D 20 74 17 3A
Octal 176 255 173 33 0 35 40 164 27 72
Binary 1111110 10101101 1111011 11011 0 11101 100000 1110100 10111 111010

Color Harmonies of #7EAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD7B

Black with #7EAD7B

Text Example


Text Example

White with #7EAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,123); }

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

background-color css

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

 a { background-color: rgb(126,173,123); }

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

border-color css

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

 span { border-color: rgb(126,173,123); }

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