Html Css Color HEX #7FAA78 Amulet

📋 copy color: '#7FAA78'

red 127 ◦ green 170 ◦ blue 120

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

Shades of Amulet #7FAA78

Tints of Amulet #7FAA78

RGB

 RED value IS 127 (50% from 255) = 30.46%

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 30.46%
G = 40.77%
B = 28.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#7FAA78 (or 0x7FAA78) is known color: Amulet. HEX triplet: 7F, AA and 78. RGB value is (127,170,120). Sum of RGB (Red+Green+Blue) = 127+170+120=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA78 is #805587. Grayscale: #979797. Windows color (decimal): -8410504 or 7907967. OLE color: 7907967.

HSL color Cylindrical-coordinate representation of color #7FAA78: hue angle of 111.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAA78 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 120 -
CMYK 0.25 0 0.29 0.33
HSL 111.6º 0.23% 0.57% -
HSV(B) 111.6º 0.29% 0.67% -
XYZ 26.52 34.62 23.05 -
YUV 151.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 127 170 120 0.25 0 0.29 0.33 111.6 0.23 0.57
Hex 7F AA 78 19 0 1D 21 70 17 39
Octal 177 252 170 31 0 35 41 160 27 71
Binary 1111111 10101010 1111000 11001 0 11101 100001 1110000 10111 111001

Color Harmonies of #7FAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA78

Black with #7FAA78

Text Example


Text Example

White with #7FAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,120); }

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

background-color css

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

 a { background-color: rgb(127,170,120); }

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

border-color css

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

 span { border-color: rgb(127,170,120); }

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