Html Css Color HEX #7EB875 Amulet

📋 copy color: '#7EB875'

red 126 ◦ green 184 ◦ blue 117

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

Shades of Amulet #7EB875

Tints of Amulet #7EB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

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

R = 29.51%
G = 43.09%
B = 27.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#7EB875 (or 0x7EB875) is known color: Amulet. HEX triplet: 7E, B8 and 75. RGB value is (126,184,117). Sum of RGB (Red+Green+Blue) = 126+184+117=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB875 is #81478A. Grayscale: #9F9F9F. Windows color (decimal): -8472459 or 7714942. OLE color: 7714942.

HSL color Cylindrical-coordinate representation of color #7EB875: hue angle of 111.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EB875 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 184 117 -
CMYK 0.32 0 0.36 0.28
HSL 111.94º 0.32% 0.59% -
HSV(B) 111.94º 0.36% 0.72% -
XYZ 28.96 40 23.02 -
YUV 159.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 126 184 117 0.32 0 0.36 0.28 111.94 0.32 0.59
Hex 7E B8 75 20 0 24 1C 70 20 3B
Octal 176 270 165 40 0 44 34 160 40 73
Binary 1111110 10111000 1110101 100000 0 100100 11100 1110000 100000 111011

Color Harmonies of #7EB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB875

Black with #7EB875

Text Example


Text Example

White with #7EB875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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