Html Css Color HEX #78AB64 Amulet

📋 copy color: '#78AB64'

red 120 ◦ green 171 ◦ blue 100

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

Shades of Amulet #78AB64

Tints of Amulet #78AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 30.69%
G = 43.73%
B = 25.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#78AB64 (or 0x78AB64) is known color: Amulet. HEX triplet: 78, AB and 64. RGB value is (120,171,100). Sum of RGB (Red+Green+Blue) = 120+171+100=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB64 is #87549B. Grayscale: #939393. Windows color (decimal): -8869020 or 6597496. OLE color: 6597496.

HSL color Cylindrical-coordinate representation of color #78AB64: hue angle of 103.1º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78AB64 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 171 100 -
CMYK 0.30 0 0.42 0.33
HSL 103.1º 0.3% 0.53% -
HSV(B) 103.1º 0.42% 0.67% -
XYZ 24.61 34.04 17.33 -
YUV 147.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 120 171 100 0.30 0 0.42 0.33 103.1 0.3 0.53
Hex 78 AB 64 1E 0 2A 21 67 1E 35
Octal 170 253 144 36 0 52 41 147 36 65
Binary 1111000 10101011 1100100 11110 0 101010 100001 1100111 11110 110101

Color Harmonies of #78AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AB64

Black with #78AB64

Text Example


Text Example

White with #78AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,171,100); }

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

background-color css

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

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

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

border-color css

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

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

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