Html Css Color HEX #7AAF72 Amulet

📋 copy color: '#7AAF72'

red 122 ◦ green 175 ◦ blue 114

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

Shades of Amulet #7AAF72

Tints of Amulet #7AAF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 29.68%
G = 42.58%
B = 27.74%

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

#7AAF72 (or 0x7AAF72) is known color: Amulet. HEX triplet: 7A, AF and 72. RGB value is (122,175,114). Sum of RGB (Red+Green+Blue) = 122+175+114=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF72 is #85508D. Grayscale: #989898. Windows color (decimal): -8736910 or 7516026. OLE color: 7516026.

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

Color convert

RGB 122 175 114 -
CMYK 0.30 0 0.35 0.31
HSL 112.13º 0.28% 0.57% -
HSV(B) 112.13º 0.35% 0.69% -
XYZ 26.39 36.01 21.48 -
YUV 152.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 122 175 114 0.30 0 0.35 0.31 112.13 0.28 0.57
Hex 7A AF 72 1E 0 23 1F 70 1C 39
Octal 172 257 162 36 0 43 37 160 34 71
Binary 1111010 10101111 1110010 11110 0 100011 11111 1110000 11100 111001

Color Harmonies of #7AAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF72

Black with #7AAF72

Text Example


Text Example

White with #7AAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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