Html Css Color HEX #7A966B Amulet

📋 copy color: '#7A966B'

red 122 ◦ green 150 ◦ blue 107

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

Shades of Amulet #7A966B

Tints of Amulet #7A966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 32.19%
G = 39.58%
B = 28.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#7A966B (or 0x7A966B) is known color: Amulet. HEX triplet: 7A, 96 and 6B. RGB value is (122,150,107). Sum of RGB (Red+Green+Blue) = 122+150+107=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #7A966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A966B is #856994. Grayscale: #888888. Windows color (decimal): -8743317 or 7050874. OLE color: 7050874.

HSL color Cylindrical-coordinate representation of color #7A966B: hue angle of 99.07º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A966B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 107 -
CMYK 0.19 0 0.29 0.41
HSL 99.07º 0.17% 0.5% -
HSV(B) 99.07º 0.29% 0.59% -
XYZ 21.59 27.01 17.99 -
YUV 136.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 122 150 107 0.19 0 0.29 0.41 99.07 0.17 0.5
Hex 7A 96 6B 13 0 1D 29 63 11 32
Octal 172 226 153 23 0 35 51 143 21 62
Binary 1111010 10010110 1101011 10011 0 11101 101001 1100011 10001 110010

Color Harmonies of #7A966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A966B

Black with #7A966B

Text Example


Text Example

White with #7A966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,150,107); }

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

background-color css

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

 a { background-color: rgb(122,150,107); }

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

border-color css

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

 span { border-color: rgb(122,150,107); }

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