Html Css Color HEX #78A066 Amulet

📋 copy color: '#78A066'

red 120 ◦ green 160 ◦ blue 102

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

Shades of Amulet #78A066

Tints of Amulet #78A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 31.41%
G = 41.88%
B = 26.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#78A066 (or 0x78A066) is known color: Amulet. HEX triplet: 78, A0 and 66. RGB value is (120,160,102). Sum of RGB (Red+Green+Blue) = 120+160+102=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #78A066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A066 is #875F99. Grayscale: #8D8D8D. Windows color (decimal): -8871834 or 6725752. OLE color: 6725752.

HSL color Cylindrical-coordinate representation of color #78A066: hue angle of 101.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78A066 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 160 102 -
CMYK 0.25 0 0.36 0.37
HSL 101.38º 0.23% 0.51% -
HSV(B) 101.38º 0.36% 0.63% -
XYZ 22.71 30.09 17.18 -
YUV 141.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 120 160 102 0.25 0 0.36 0.37 101.38 0.23 0.51
Hex 78 A0 66 19 0 24 25 65 17 33
Octal 170 240 146 31 0 44 45 145 27 63
Binary 1111000 10100000 1100110 11001 0 100100 100101 1100101 10111 110011

Color Harmonies of #78A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A066

Black with #78A066

Text Example


Text Example

White with #78A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,160,102); }

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

background-color css

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

 a { background-color: rgb(120,160,102); }

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

border-color css

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

 span { border-color: rgb(120,160,102); }

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