Html Css Color HEX #7A9873 Amulet

📋 copy color: '#7A9873'

red 122 ◦ green 152 ◦ blue 115

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

Shades of Amulet #7A9873

Tints of Amulet #7A9873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 31.36%
G = 39.07%
B = 29.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#7A9873 (or 0x7A9873) is known color: Amulet. HEX triplet: 7A, 98 and 73. RGB value is (122,152,115). Sum of RGB (Red+Green+Blue) = 122+152+115=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9873 is #85678C. Grayscale: #8A8A8A. Windows color (decimal): -8742797 or 7575674. OLE color: 7575674.

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

Color convert

RGB 122 152 115 -
CMYK 0.20 0 0.24 0.40
HSL 108.65º 0.15% 0.52% -
HSV(B) 108.65º 0.24% 0.6% -
XYZ 22.35 27.83 20.41 -
YUV 138.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 122 152 115 0.20 0 0.24 0.40 108.65 0.15 0.52
Hex 7A 98 73 14 0 18 28 6D F 34
Octal 172 230 163 24 0 30 50 155 17 64
Binary 1111010 10011000 1110011 10100 0 11000 101000 1101101 1111 110100

Color Harmonies of #7A9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9873

Black with #7A9873

Text Example


Text Example

White with #7A9873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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