Html Css Color HEX #78A675 Amulet

📋 copy color: '#78A675'

red 120 ◦ green 166 ◦ blue 117

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

Shades of Amulet #78A675

Tints of Amulet #78A675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 29.78%
G = 41.19%
B = 29.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#78A675 (or 0x78A675) is known color: Amulet. HEX triplet: 78, A6 and 75. RGB value is (120,166,117). Sum of RGB (Red+Green+Blue) = 120+166+117=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #78A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A675 is #87598A. Grayscale: #929292. Windows color (decimal): -8870283 or 7710328. OLE color: 7710328.

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

Color convert

RGB 120 166 117 -
CMYK 0.28 0 0.30 0.35
HSL 116.33º 0.22% 0.55% -
HSV(B) 116.33º 0.3% 0.65% -
XYZ 24.59 32.55 21.82 -
YUV 146.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 120 166 117 0.28 0 0.30 0.35 116.33 0.22 0.55
Hex 78 A6 75 1C 0 1E 23 74 16 37
Octal 170 246 165 34 0 36 43 164 26 67
Binary 1111000 10100110 1110101 11100 0 11110 100011 1110100 10110 110111

Color Harmonies of #78A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A675

Black with #78A675

Text Example


Text Example

White with #78A675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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