Html Css Color HEX #7AA672 Amulet

📋 copy color: '#7AA672'

red 122 ◦ green 166 ◦ blue 114

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

Shades of Amulet #7AA672

Tints of Amulet #7AA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 30.35%
G = 41.29%
B = 28.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#7AA672 (or 0x7AA672) is known color: Amulet. HEX triplet: 7A, A6 and 72. RGB value is (122,166,114). Sum of RGB (Red+Green+Blue) = 122+166+114=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA672 is #85598D. Grayscale: #939393. Windows color (decimal): -8739214 or 7513722. OLE color: 7513722.

HSL color Cylindrical-coordinate representation of color #7AA672: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AA672 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 166 114 -
CMYK 0.27 0 0.31 0.35
HSL 110.77º 0.23% 0.55% -
HSV(B) 110.77º 0.31% 0.65% -
XYZ 24.7 32.62 20.92 -
YUV 146.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 122 166 114 0.27 0 0.31 0.35 110.77 0.23 0.55
Hex 7A A6 72 1B 0 1F 23 6F 17 37
Octal 172 246 162 33 0 37 43 157 27 67
Binary 1111010 10100110 1110010 11011 0 11111 100011 1101111 10111 110111

Color Harmonies of #7AA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA672

Black with #7AA672

Text Example


Text Example

White with #7AA672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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