Html Css Color HEX #7EAF74 Amulet

📋 copy color: '#7EAF74'

red 126 ◦ green 175 ◦ blue 116

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

Shades of Amulet #7EAF74

Tints of Amulet #7EAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 30.22%
G = 41.97%
B = 27.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7EAF74 (or 0x7EAF74) is known color: Amulet. HEX triplet: 7E, AF and 74. RGB value is (126,175,116). Sum of RGB (Red+Green+Blue) = 126+175+116=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF74 is #81508B. Grayscale: #999999. Windows color (decimal): -8474764 or 7647102. OLE color: 7647102.

HSL color Cylindrical-coordinate representation of color #7EAF74: hue angle of 109.83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EAF74 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 175 116 -
CMYK 0.28 0 0.34 0.31
HSL 109.83º 0.27% 0.57% -
HSV(B) 109.83º 0.34% 0.69% -
XYZ 27.09 36.36 22.11 -
YUV 153.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 126 175 116 0.28 0 0.34 0.31 109.83 0.27 0.57
Hex 7E AF 74 1C 0 22 1F 6E 1B 39
Octal 176 257 164 34 0 42 37 156 33 71
Binary 1111110 10101111 1110100 11100 0 100010 11111 1101110 11011 111001

Color Harmonies of #7EAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF74

Black with #7EAF74

Text Example


Text Example

White with #7EAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,175,116); }

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

background-color css

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

 a { background-color: rgb(126,175,116); }

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

border-color css

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

 span { border-color: rgb(126,175,116); }

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