Html Css Color HEX #7AB276 Amulet

📋 copy color: '#7AB276'

red 122 ◦ green 178 ◦ blue 118

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

Shades of Amulet #7AB276

Tints of Amulet #7AB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 29.19%
G = 42.58%
B = 28.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#7AB276 (or 0x7AB276) is known color: Amulet. HEX triplet: 7A, B2 and 76. RGB value is (122,178,118). Sum of RGB (Red+Green+Blue) = 122+178+118=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB276 is #854D89. Grayscale: #9A9A9A. Windows color (decimal): -8736138 or 7778938. OLE color: 7778938.

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

Color convert

RGB 122 178 118 -
CMYK 0.31 0 0.34 0.30
HSL 116º 0.28% 0.58% -
HSV(B) 116º 0.34% 0.7% -
XYZ 27.22 37.29 22.9 -
YUV 154.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 122 178 118 0.31 0 0.34 0.30 116 0.28 0.58
Hex 7A B2 76 1F 0 22 1E 74 1C 3A
Octal 172 262 166 37 0 42 36 164 34 72
Binary 1111010 10110010 1110110 11111 0 100010 11110 1110100 11100 111010

Color Harmonies of #7AB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB276

Black with #7AB276

Text Example


Text Example

White with #7AB276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,118); }

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

background-color css

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

 a { background-color: rgb(122,178,118); }

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

border-color css

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

 span { border-color: rgb(122,178,118); }

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