Html Css Color HEX #7FAD78 Amulet

📋 copy color: '#7FAD78'

red 127 ◦ green 173 ◦ blue 120

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

Shades of Amulet #7FAD78

Tints of Amulet #7FAD78

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 30.24%
G = 41.19%
B = 28.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#7FAD78 (or 0x7FAD78) is known color: Amulet. HEX triplet: 7F, AD and 78. RGB value is (127,173,120). Sum of RGB (Red+Green+Blue) = 127+173+120=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD78 is #805287. Grayscale: #999999. Windows color (decimal): -8409736 or 7908735. OLE color: 7908735.

HSL color Cylindrical-coordinate representation of color #7FAD78: hue angle of 112.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FAD78 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 120 -
CMYK 0.27 0 0.31 0.32
HSL 112.08º 0.24% 0.57% -
HSV(B) 112.08º 0.31% 0.68% -
XYZ 27.09 35.76 23.24 -
YUV 153.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 127 173 120 0.27 0 0.31 0.32 112.08 0.24 0.57
Hex 7F AD 78 1B 0 1F 20 70 18 39
Octal 177 255 170 33 0 37 40 160 30 71
Binary 1111111 10101101 1111000 11011 0 11111 100000 1110000 11000 111001

Color Harmonies of #7FAD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD78

Black with #7FAD78

Text Example


Text Example

White with #7FAD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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