Html Css Color HEX #7E957B Amulet

📋 copy color: '#7E957B'

red 126 ◦ green 149 ◦ blue 123

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

Shades of Amulet #7E957B

Tints of Amulet #7E957B

RGB

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

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

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

R = 31.66%
G = 37.44%
B = 30.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7E957B (or 0x7E957B) is known color: Amulet. HEX triplet: 7E, 95 and 7B. RGB value is (126,149,123). Sum of RGB (Red+Green+Blue) = 126+149+123=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957B is #816A84. Grayscale: #8B8B8B. Windows color (decimal): -8481413 or 8099198. OLE color: 8099198.

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

Color convert

RGB 126 149 123 -
CMYK 0.15 0 0.17 0.42
HSL 113.08º 0.11% 0.53% -
HSV(B) 113.08º 0.17% 0.58% -
XYZ 22.93 27.36 22.81 -
YUV 139.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 126 149 123 0.15 0 0.17 0.42 113.08 0.11 0.53
Hex 7E 95 7B F 0 11 2A 71 B 35
Octal 176 225 173 17 0 21 52 161 13 65
Binary 1111110 10010101 1111011 1111 0 10001 101010 1110001 1011 110101

Color Harmonies of #7E957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E957B

Black with #7E957B

Text Example


Text Example

White with #7E957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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