Html Css Color HEX #7EAB68 Amulet

📋 copy color: '#7EAB68'

red 126 ◦ green 171 ◦ blue 104

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

Shades of Amulet #7EAB68

Tints of Amulet #7EAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 31.42%
G = 42.64%
B = 25.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#7EAB68 (or 0x7EAB68) is known color: Amulet. HEX triplet: 7E, AB and 68. RGB value is (126,171,104). Sum of RGB (Red+Green+Blue) = 126+171+104=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB68 is #815497. Grayscale: #969696. Windows color (decimal): -8475800 or 6859646. OLE color: 6859646.

HSL color Cylindrical-coordinate representation of color #7EAB68: hue angle of 100.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAB68 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 171 104 -
CMYK 0.26 0 0.39 0.33
HSL 100.3º 0.29% 0.54% -
HSV(B) 100.3º 0.39% 0.67% -
XYZ 25.67 34.56 18.41 -
YUV 149.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 126 171 104 0.26 0 0.39 0.33 100.3 0.29 0.54
Hex 7E AB 68 1A 0 27 21 64 1D 36
Octal 176 253 150 32 0 47 41 144 35 66
Binary 1111110 10101011 1101000 11010 0 100111 100001 1100100 11101 110110

Color Harmonies of #7EAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAB68

Black with #7EAB68

Text Example


Text Example

White with #7EAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,104); }

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

background-color css

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

 a { background-color: rgb(126,171,104); }

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

border-color css

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

 span { border-color: rgb(126,171,104); }

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