Html Css Color HEX #78AE76 Amulet

📋 copy color: '#78AE76'

red 120 ◦ green 174 ◦ blue 118

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

Shades of Amulet #78AE76

Tints of Amulet #78AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 29.13%
G = 42.23%
B = 28.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#78AE76 (or 0x78AE76) is known color: Amulet. HEX triplet: 78, AE and 76. RGB value is (120,174,118). Sum of RGB (Red+Green+Blue) = 120+174+118=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE76 is #875189. Grayscale: #979797. Windows color (decimal): -8868234 or 7777912. OLE color: 7777912.

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

Color convert

RGB 120 174 118 -
CMYK 0.31 0 0.32 0.32
HSL 117.86º 0.26% 0.57% -
HSV(B) 117.86º 0.32% 0.68% -
XYZ 26.15 35.57 22.63 -
YUV 151.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 120 174 118 0.31 0 0.32 0.32 117.86 0.26 0.57
Hex 78 AE 76 1F 0 20 20 76 1A 39
Octal 170 256 166 37 0 40 40 166 32 71
Binary 1111000 10101110 1110110 11111 0 100000 100000 1110110 11010 111001

Color Harmonies of #78AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE76

Black with #78AE76

Text Example


Text Example

White with #78AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,118); }

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

background-color css

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

 a { background-color: rgb(120,174,118); }

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

border-color css

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

 span { border-color: rgb(120,174,118); }

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