Html Css Color HEX #7AB079 Amulet

📋 copy color: '#7AB079'

red 122 ◦ green 176 ◦ blue 121

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

Shades of Amulet #7AB079

Tints of Amulet #7AB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 29.12%
G = 42%
B = 28.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#7AB079 (or 0x7AB079) is known color: Amulet. HEX triplet: 7A, B0 and 79. RGB value is (122,176,121). Sum of RGB (Red+Green+Blue) = 122+176+121=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB079 is #854F86. Grayscale: #999999. Windows color (decimal): -8736647 or 7975034. OLE color: 7975034.

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

Color convert

RGB 122 176 121 -
CMYK 0.31 0 0.31 0.31
HSL 118.91º 0.26% 0.58% -
HSV(B) 118.91º 0.31% 0.69% -
XYZ 27 36.57 23.72 -
YUV 153.58 109.61 105.47 -
System Red Green Blue C M Y K H S L
Decimal 122 176 121 0.31 0 0.31 0.31 118.91 0.26 0.58
Hex 7A B0 79 1F 0 1F 1F 77 1A 3A
Octal 172 260 171 37 0 37 37 167 32 72
Binary 1111010 10110000 1111001 11111 0 11111 11111 1110111 11010 111010

Color Harmonies of #7AB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB079

Black with #7AB079

Text Example


Text Example

White with #7AB079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,121); }

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

background-color css

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

 a { background-color: rgb(122,176,121); }

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

border-color css

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

 span { border-color: rgb(122,176,121); }

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