Html Css Color HEX #7A9F76 Amulet

📋 copy color: '#7A9F76'

red 122 ◦ green 159 ◦ blue 118

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

Shades of Amulet #7A9F76

Tints of Amulet #7A9F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 30.58%
G = 39.85%
B = 29.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#7A9F76 (or 0x7A9F76) is known color: Amulet. HEX triplet: 7A, 9F and 76. RGB value is (122,159,118). Sum of RGB (Red+Green+Blue) = 122+159+118=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9F76 is #856089. Grayscale: #8F8F8F. Windows color (decimal): -8741002 or 7774074. OLE color: 7774074.

HSL color Cylindrical-coordinate representation of color #7A9F76: hue angle of 114.15º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A9F76 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 159 118 -
CMYK 0.23 0 0.26 0.38
HSL 114.15º 0.18% 0.54% -
HSV(B) 114.15º 0.26% 0.62% -
XYZ 23.69 30.24 21.73 -
YUV 143.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 122 159 118 0.23 0 0.26 0.38 114.15 0.18 0.54
Hex 7A 9F 76 17 0 1A 26 72 12 36
Octal 172 237 166 27 0 32 46 162 22 66
Binary 1111010 10011111 1110110 10111 0 11010 100110 1110010 10010 110110

Color Harmonies of #7A9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9F76

Black with #7A9F76

Text Example


Text Example

White with #7A9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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