Html Css Color HEX #7A9871 Amulet

📋 copy color: '#7A9871'

red 122 ◦ green 152 ◦ blue 113

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

Shades of Amulet #7A9871

Tints of Amulet #7A9871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 31.52%
G = 39.28%
B = 29.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#7A9871 (or 0x7A9871) is known color: Amulet. HEX triplet: 7A, 98 and 71. RGB value is (122,152,113). Sum of RGB (Red+Green+Blue) = 122+152+113=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9871 is #85678E. Grayscale: #8A8A8A. Windows color (decimal): -8742799 or 7444602. OLE color: 7444602.

HSL color Cylindrical-coordinate representation of color #7A9871: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A9871 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 152 113 -
CMYK 0.20 0 0.26 0.40
HSL 106.15º 0.16% 0.52% -
HSV(B) 106.15º 0.26% 0.6% -
XYZ 22.23 27.79 19.81 -
YUV 138.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 122 152 113 0.20 0 0.26 0.40 106.15 0.16 0.52
Hex 7A 98 71 14 0 1A 28 6A 10 34
Octal 172 230 161 24 0 32 50 152 20 64
Binary 1111010 10011000 1110001 10100 0 11010 101000 1101010 10000 110100

Color Harmonies of #7A9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9871

Black with #7A9871

Text Example


Text Example

White with #7A9871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,152,113); }

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

background-color css

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

 a { background-color: rgb(122,152,113); }

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

border-color css

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

 span { border-color: rgb(122,152,113); }

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