Html Css Color HEX #78A478 Amulet

📋 copy color: '#78A478'

red 120 ◦ green 164 ◦ blue 120

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

Shades of Amulet #78A478

Tints of Amulet #78A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 29.7%
G = 40.59%
B = 29.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#78A478 (or 0x78A478) is known color: Amulet. HEX triplet: 78, A4 and 78. RGB value is (120,164,120). Sum of RGB (Red+Green+Blue) = 120+164+120=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #78A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A478 is #875B87. Grayscale: #919191. Windows color (decimal): -8870792 or 7906424. OLE color: 7906424.

HSL color Cylindrical-coordinate representation of color #78A478: hue angle of 120º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A478 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 164 120 -
CMYK 0.27 0 0.27 0.36
HSL 120º 0.19% 0.56% -
HSV(B) 120º 0.27% 0.64% -
XYZ 24.41 31.9 22.64 -
YUV 145.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 120 164 120 0.27 0 0.27 0.36 120 0.19 0.56
Hex 78 A4 78 1B 0 1B 24 78 13 38
Octal 170 244 170 33 0 33 44 170 23 70
Binary 1111000 10100100 1111000 11011 0 11011 100100 1111000 10011 111000

Color Harmonies of #78A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A478

Black with #78A478

Text Example


Text Example

White with #78A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,164,120); }

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

background-color css

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

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

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

border-color css

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

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

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