Html Css Color HEX #78AA74 Amulet

📋 copy color: '#78AA74'

red 120 ◦ green 170 ◦ blue 116

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

Shades of Amulet #78AA74

Tints of Amulet #78AA74

RGB

 RED value IS 120 (47.27% from 255) = 29.56%

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

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

R = 29.56%
G = 41.87%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#78AA74 (or 0x78AA74) is known color: Amulet. HEX triplet: 78, AA and 74. RGB value is (120,170,116). Sum of RGB (Red+Green+Blue) = 120+170+116=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA74 is #87558B. Grayscale: #959595. Windows color (decimal): -8869260 or 7645816. OLE color: 7645816.

HSL color Cylindrical-coordinate representation of color #78AA74: hue angle of 115.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78AA74 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 116 -
CMYK 0.29 0 0.32 0.33
HSL 115.56º 0.24% 0.56% -
HSV(B) 115.56º 0.32% 0.67% -
XYZ 25.27 34 21.75 -
YUV 148.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 120 170 116 0.29 0 0.32 0.33 115.56 0.24 0.56
Hex 78 AA 74 1D 0 20 21 74 18 38
Octal 170 252 164 35 0 40 41 164 30 70
Binary 1111000 10101010 1110100 11101 0 100000 100001 1110100 11000 111000

Color Harmonies of #78AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA74

Black with #78AA74

Text Example


Text Example

White with #78AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AA74; }

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

 H1.HeaderClassName
 {
   color: #78AA74;
 }
 .AnyTagClassName
 {
   color: #78AA74;
 }
</style>

background-color css

<style>
 a { background-color: #78AA74; }

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

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

border-color css

<style>
 span { border-color: #78AA74; }

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

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