Html Css Color HEX #7EAB67 Amulet

📋 copy color: '#7EAB67'

red 126 ◦ green 171 ◦ blue 103

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

Shades of Amulet #7EAB67

Tints of Amulet #7EAB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.75%

R = 31.5%
G = 42.75%
B = 25.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#7EAB67 (or 0x7EAB67) is known color: Amulet. HEX triplet: 7E, AB and 67. RGB value is (126,171,103). Sum of RGB (Red+Green+Blue) = 126+171+103=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB67 is #815498. Grayscale: #969696. Windows color (decimal): -8475801 or 6794110. OLE color: 6794110.

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

Color convert

RGB 126 171 103 -
CMYK 0.26 0 0.40 0.33
HSL 99.71º 0.29% 0.54% -
HSV(B) 99.71º 0.4% 0.67% -
XYZ 25.62 34.54 18.15 -
YUV 149.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 126 171 103 0.26 0 0.40 0.33 99.71 0.29 0.54
Hex 7E AB 67 1A 0 28 21 64 1D 36
Octal 176 253 147 32 0 50 41 144 35 66
Binary 1111110 10101011 1100111 11010 0 101000 100001 1100100 11101 110110

Color Harmonies of #7EAB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAB67

Black with #7EAB67

Text Example


Text Example

White with #7EAB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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