Html Css Color HEX #7E9B6E Amulet

📋 copy color: '#7E9B6E'

red 126 ◦ green 155 ◦ blue 110

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

Shades of Amulet #7E9B6E

Tints of Amulet #7E9B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 32.23%
G = 39.64%
B = 28.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#7E9B6E (or 0x7E9B6E) is known color: Amulet. HEX triplet: 7E, 9B and 6E. RGB value is (126,155,110). Sum of RGB (Red+Green+Blue) = 126+155+110=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B6E is #816491. Grayscale: #8D8D8D. Windows color (decimal): -8479890 or 7248766. OLE color: 7248766.

HSL color Cylindrical-coordinate representation of color #7E9B6E: hue angle of 98.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E9B6E is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 155 110 -
CMYK 0.19 0 0.29 0.39
HSL 98.67º 0.18% 0.52% -
HSV(B) 98.67º 0.29% 0.61% -
XYZ 23.14 29 19.13 -
YUV 141.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 126 155 110 0.19 0 0.29 0.39 98.67 0.18 0.52
Hex 7E 9B 6E 13 0 1D 27 63 12 34
Octal 176 233 156 23 0 35 47 143 22 64
Binary 1111110 10011011 1101110 10011 0 11101 100111 1100011 10010 110100

Color Harmonies of #7E9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9B6E

Black with #7E9B6E

Text Example


Text Example

White with #7E9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,155,110); }

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

background-color css

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

 a { background-color: rgb(126,155,110); }

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

border-color css

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

 span { border-color: rgb(126,155,110); }

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