Html Css Color HEX #7EAF68 Amulet

📋 copy color: '#7EAF68'

red 126 ◦ green 175 ◦ blue 104

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

Shades of Amulet #7EAF68

Tints of Amulet #7EAF68

RGB

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

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

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

R = 31.11%
G = 43.21%
B = 25.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7EAF68 (or 0x7EAF68) is known color: Amulet. HEX triplet: 7E, AF and 68. RGB value is (126,175,104). Sum of RGB (Red+Green+Blue) = 126+175+104=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF68 is #815097. Grayscale: #989898. Windows color (decimal): -8474776 or 6860670. OLE color: 6860670.

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

Color convert

RGB 126 175 104 -
CMYK 0.28 0 0.41 0.31
HSL 101.41º 0.31% 0.55% -
HSV(B) 101.41º 0.41% 0.69% -
XYZ 26.43 36.1 18.67 -
YUV 152.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 126 175 104 0.28 0 0.41 0.31 101.41 0.31 0.55
Hex 7E AF 68 1C 0 29 1F 65 1F 37
Octal 176 257 150 34 0 51 37 145 37 67
Binary 1111110 10101111 1101000 11100 0 101001 11111 1100101 11111 110111

Color Harmonies of #7EAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF68

Black with #7EAF68

Text Example


Text Example

White with #7EAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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