Html Css Color HEX #7AAF71 Amulet

📋 copy color: '#7AAF71'

red 122 ◦ green 175 ◦ blue 113

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

Shades of Amulet #7AAF71

Tints of Amulet #7AAF71

RGB

 RED value IS 122 (48.05% from 255) = 29.76%

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

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 29.76%
G = 42.68%
B = 27.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#7AAF71 (or 0x7AAF71) is known color: Amulet. HEX triplet: 7A, AF and 71. RGB value is (122,175,113). Sum of RGB (Red+Green+Blue) = 122+175+113=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF71 is #85508E. Grayscale: #989898. Windows color (decimal): -8736911 or 7450490. OLE color: 7450490.

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

Color convert

RGB 122 175 113 -
CMYK 0.30 0 0.35 0.31
HSL 111.29º 0.28% 0.56% -
HSV(B) 111.29º 0.35% 0.69% -
XYZ 26.34 35.99 21.18 -
YUV 152.09 105.94 106.54 -
System Red Green Blue C M Y K H S L
Decimal 122 175 113 0.30 0 0.35 0.31 111.29 0.28 0.56
Hex 7A AF 71 1E 0 23 1F 6F 1C 38
Octal 172 257 161 36 0 43 37 157 34 70
Binary 1111010 10101111 1110001 11110 0 100011 11111 1101111 11100 111000

Color Harmonies of #7AAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF71

Black with #7AAF71

Text Example


Text Example

White with #7AAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,113); }

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

background-color css

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

 a { background-color: rgb(122,175,113); }

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

border-color css

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

 span { border-color: rgb(122,175,113); }

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