Html Css Color HEX #7E957A Amulet

📋 copy color: '#7E957A'

red 126 ◦ green 149 ◦ blue 122

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

Shades of Amulet #7E957A

Tints of Amulet #7E957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 31.74%
G = 37.53%
B = 30.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#7E957A (or 0x7E957A) is known color: Amulet. HEX triplet: 7E, 95 and 7A. RGB value is (126,149,122). Sum of RGB (Red+Green+Blue) = 126+149+122=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957A is #816A85. Grayscale: #8B8B8B. Windows color (decimal): -8481414 or 8033662. OLE color: 8033662.

HSL color Cylindrical-coordinate representation of color #7E957A: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E957A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 149 122 -
CMYK 0.15 0 0.18 0.42
HSL 111.11º 0.11% 0.53% -
HSV(B) 111.11º 0.18% 0.58% -
XYZ 22.86 27.34 22.48 -
YUV 139.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 126 149 122 0.15 0 0.18 0.42 111.11 0.11 0.53
Hex 7E 95 7A F 0 12 2A 6F B 35
Octal 176 225 172 17 0 22 52 157 13 65
Binary 1111110 10010101 1111010 1111 0 10010 101010 1101111 1011 110101

Color Harmonies of #7E957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E957A

Black with #7E957A

Text Example


Text Example

White with #7E957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,149,122); }

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

background-color css

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

 a { background-color: rgb(126,149,122); }

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

border-color css

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

 span { border-color: rgb(126,149,122); }

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