Html Css Color HEX #7A956E Amulet

📋 copy color: '#7A956E'

red 122 ◦ green 149 ◦ blue 110

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

Shades of Amulet #7A956E

Tints of Amulet #7A956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 32.02%
G = 39.11%
B = 28.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#7A956E (or 0x7A956E) is known color: Amulet. HEX triplet: 7A, 95 and 6E. RGB value is (122,149,110). Sum of RGB (Red+Green+Blue) = 122+149+110=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #7A956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A956E is #856A91. Grayscale: #888888. Windows color (decimal): -8743570 or 7247226. OLE color: 7247226.

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

Color convert

RGB 122 149 110 -
CMYK 0.18 0 0.26 0.42
HSL 101.54º 0.16% 0.51% -
HSV(B) 101.54º 0.26% 0.58% -
XYZ 21.59 26.76 18.78 -
YUV 136.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 122 149 110 0.18 0 0.26 0.42 101.54 0.16 0.51
Hex 7A 95 6E 12 0 1A 2A 66 10 33
Octal 172 225 156 22 0 32 52 146 20 63
Binary 1111010 10010101 1101110 10010 0 11010 101010 1100110 10000 110011

Color Harmonies of #7A956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A956E

Black with #7A956E

Text Example


Text Example

White with #7A956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,149,110); }

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

background-color css

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

 a { background-color: rgb(122,149,110); }

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

border-color css

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

 span { border-color: rgb(122,149,110); }

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