Html Css Color HEX #7EAF70 Amulet

📋 copy color: '#7EAF70'

red 126 ◦ green 175 ◦ blue 112

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

Shades of Amulet #7EAF70

Tints of Amulet #7EAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 30.51%
G = 42.37%
B = 27.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#7EAF70 (or 0x7EAF70) is known color: Amulet. HEX triplet: 7E, AF and 70. RGB value is (126,175,112). Sum of RGB (Red+Green+Blue) = 126+175+112=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF70 is #81508F. Grayscale: #999999. Windows color (decimal): -8474768 or 7384958. OLE color: 7384958.

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

Color convert

RGB 126 175 112 -
CMYK 0.28 0 0.36 0.31
HSL 106.67º 0.28% 0.56% -
HSV(B) 106.67º 0.36% 0.69% -
XYZ 26.86 36.27 20.91 -
YUV 153.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 126 175 112 0.28 0 0.36 0.31 106.67 0.28 0.56
Hex 7E AF 70 1C 0 24 1F 6B 1C 38
Octal 176 257 160 34 0 44 37 153 34 70
Binary 1111110 10101111 1110000 11100 0 100100 11111 1101011 11100 111000

Color Harmonies of #7EAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF70

Black with #7EAF70

Text Example


Text Example

White with #7EAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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