Html Css Color HEX #7EA87D Amulet

📋 copy color: '#7EA87D'

red 126 ◦ green 168 ◦ blue 125

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

Shades of Amulet #7EA87D

Tints of Amulet #7EA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 30.07%
G = 40.1%
B = 29.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#7EA87D (or 0x7EA87D) is known color: Amulet. HEX triplet: 7E, A8 and 7D. RGB value is (126,168,125). Sum of RGB (Red+Green+Blue) = 126+168+125=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA87D is #815782. Grayscale: #969696. Windows color (decimal): -8476547 or 8235134. OLE color: 8235134.

HSL color Cylindrical-coordinate representation of color #7EA87D: hue angle of 118.6º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EA87D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 126 168 125 -
CMYK 0.25 0 0.26 0.34
HSL 118.6º 0.2% 0.57% -
HSV(B) 118.6º 0.26% 0.66% -
XYZ 26.31 33.92 24.56 -
YUV 150.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 126 168 125 0.25 0 0.26 0.34 118.6 0.2 0.57
Hex 7E A8 7D 19 0 1A 22 77 14 39
Octal 176 250 175 31 0 32 42 167 24 71
Binary 1111110 10101000 1111101 11001 0 11010 100010 1110111 10100 111001

Color Harmonies of #7EA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA87D

Black with #7EA87D

Text Example


Text Example

White with #7EA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,168,125); }

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

background-color css

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

 a { background-color: rgb(126,168,125); }

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

border-color css

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

 span { border-color: rgb(126,168,125); }

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