Html Css Color HEX #7AB473 Amulet

📋 copy color: '#7AB473'

red 122 ◦ green 180 ◦ blue 115

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

Shades of Amulet #7AB473

Tints of Amulet #7AB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 29.26%
G = 43.17%
B = 27.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#7AB473 (or 0x7AB473) is known color: Amulet. HEX triplet: 7A, B4 and 73. RGB value is (122,180,115). Sum of RGB (Red+Green+Blue) = 122+180+115=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB473 is #854B8C. Grayscale: #9B9B9B. Windows color (decimal): -8735629 or 7582842. OLE color: 7582842.

HSL color Cylindrical-coordinate representation of color #7AB473: hue angle of 113.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AB473 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 115 -
CMYK 0.32 0 0.36 0.29
HSL 113.54º 0.3% 0.58% -
HSV(B) 113.54º 0.36% 0.71% -
XYZ 27.44 38.02 22.11 -
YUV 155.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 122 180 115 0.32 0 0.36 0.29 113.54 0.3 0.58
Hex 7A B4 73 20 0 24 1D 72 1E 3A
Octal 172 264 163 40 0 44 35 162 36 72
Binary 1111010 10110100 1110011 100000 0 100100 11101 1110010 11110 111010

Color Harmonies of #7AB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB473

Black with #7AB473

Text Example


Text Example

White with #7AB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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