Html Css Color HEX #7AB474 Amulet

📋 copy color: '#7AB474'

red 122 ◦ green 180 ◦ blue 116

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

Shades of Amulet #7AB474

Tints of Amulet #7AB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 29.19%
G = 43.06%
B = 27.75%

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

#7AB474 (or 0x7AB474) is known color: Amulet. HEX triplet: 7A, B4 and 74. RGB value is (122,180,116). Sum of RGB (Red+Green+Blue) = 122+180+116=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB474 is #854B8B. Grayscale: #9B9B9B. Windows color (decimal): -8735628 or 7648378. OLE color: 7648378.

HSL color Cylindrical-coordinate representation of color #7AB474: hue angle of 114.38º 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 #7AB474 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 116 -
CMYK 0.32 0 0.36 0.29
HSL 114.38º 0.3% 0.58% -
HSV(B) 114.38º 0.36% 0.71% -
XYZ 27.5 38.04 22.42 -
YUV 155.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 122 180 116 0.32 0 0.36 0.29 114.38 0.3 0.58
Hex 7A B4 74 20 0 24 1D 72 1E 3A
Octal 172 264 164 40 0 44 35 162 36 72
Binary 1111010 10110100 1110100 100000 0 100100 11101 1110010 11110 111010

Color Harmonies of #7AB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB474

Black with #7AB474

Text Example


Text Example

White with #7AB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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