Html Css Color HEX #7EA275 Amulet

📋 copy color: '#7EA275'

red 126 ◦ green 162 ◦ blue 117

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

Shades of Amulet #7EA275

Tints of Amulet #7EA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 31.11%
G = 40%
B = 28.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#7EA275 (or 0x7EA275) is known color: Amulet. HEX triplet: 7E, A2 and 75. RGB value is (126,162,117). Sum of RGB (Red+Green+Blue) = 126+162+117=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA275 is #815D8A. Grayscale: #929292. Windows color (decimal): -8478091 or 7709310. OLE color: 7709310.

HSL color Cylindrical-coordinate representation of color #7EA275: hue angle of 108º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EA275 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 162 117 -
CMYK 0.22 0 0.28 0.36
HSL 108º 0.19% 0.55% -
HSV(B) 108º 0.28% 0.64% -
XYZ 24.74 31.56 21.62 -
YUV 146.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 126 162 117 0.22 0 0.28 0.36 108 0.19 0.55
Hex 7E A2 75 16 0 1C 24 6C 13 37
Octal 176 242 165 26 0 34 44 154 23 67
Binary 1111110 10100010 1110101 10110 0 11100 100100 1101100 10011 110111

Color Harmonies of #7EA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA275

Black with #7EA275

Text Example


Text Example

White with #7EA275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,117); }

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

background-color css

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

 a { background-color: rgb(126,162,117); }

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

border-color css

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

 span { border-color: rgb(126,162,117); }

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