Html Css Color HEX #7A9570 Amulet

📋 copy color: '#7A9570'

red 122 ◦ green 149 ◦ blue 112

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

Shades of Amulet #7A9570

Tints of Amulet #7A9570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 31.85%
G = 38.9%
B = 29.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#7A9570 (or 0x7A9570) is known color: Amulet. HEX triplet: 7A, 95 and 70. RGB value is (122,149,112). Sum of RGB (Red+Green+Blue) = 122+149+112=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9570 is #856A8F. Grayscale: #888888. Windows color (decimal): -8743568 or 7378298. OLE color: 7378298.

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

Color convert

RGB 122 149 112 -
CMYK 0.18 0 0.25 0.42
HSL 103.78º 0.15% 0.51% -
HSV(B) 103.78º 0.25% 0.58% -
XYZ 21.7 26.8 19.36 -
YUV 136.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 122 149 112 0.18 0 0.25 0.42 103.78 0.15 0.51
Hex 7A 95 70 12 0 19 2A 68 F 33
Octal 172 225 160 22 0 31 52 150 17 63
Binary 1111010 10010101 1110000 10010 0 11001 101010 1101000 1111 110011

Color Harmonies of #7A9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9570

Black with #7A9570

Text Example


Text Example

White with #7A9570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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