Html Css Color HEX #78A670 Amulet

📋 copy color: '#78A670'

red 120 ◦ green 166 ◦ blue 112

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

Shades of Amulet #78A670

Tints of Amulet #78A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 30.15%
G = 41.71%
B = 28.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#78A670 (or 0x78A670) is known color: Amulet. HEX triplet: 78, A6 and 70. RGB value is (120,166,112). Sum of RGB (Red+Green+Blue) = 120+166+112=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #78A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A670 is #87598F. Grayscale: #929292. Windows color (decimal): -8870288 or 7382648. OLE color: 7382648.

HSL color Cylindrical-coordinate representation of color #78A670: hue angle of 111.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A670 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 166 112 -
CMYK 0.28 0 0.33 0.35
HSL 111.11º 0.23% 0.55% -
HSV(B) 111.11º 0.33% 0.65% -
XYZ 24.31 32.44 20.31 -
YUV 146.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 120 166 112 0.28 0 0.33 0.35 111.11 0.23 0.55
Hex 78 A6 70 1C 0 21 23 6F 17 37
Octal 170 246 160 34 0 41 43 157 27 67
Binary 1111000 10100110 1110000 11100 0 100001 100011 1101111 10111 110111

Color Harmonies of #78A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A670

Black with #78A670

Text Example


Text Example

White with #78A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,166,112); }

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

background-color css

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

 a { background-color: rgb(120,166,112); }

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

border-color css

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

 span { border-color: rgb(120,166,112); }

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