Html Css Color HEX #78A46E Amulet

📋 copy color: '#78A46E'

red 120 ◦ green 164 ◦ blue 110

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

Shades of Amulet #78A46E

Tints of Amulet #78A46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 30.46%
G = 41.62%
B = 27.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#78A46E (or 0x78A46E) is known color: Amulet. HEX triplet: 78, A4 and 6E. RGB value is (120,164,110). Sum of RGB (Red+Green+Blue) = 120+164+110=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #78A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A46E is #875B91. Grayscale: #909090. Windows color (decimal): -8870802 or 7251064. OLE color: 7251064.

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

Color convert

RGB 120 164 110 -
CMYK 0.27 0 0.33 0.36
HSL 108.89º 0.23% 0.54% -
HSV(B) 108.89º 0.33% 0.64% -
XYZ 23.84 31.67 19.61 -
YUV 144.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 120 164 110 0.27 0 0.33 0.36 108.89 0.23 0.54
Hex 78 A4 6E 1B 0 21 24 6D 17 36
Octal 170 244 156 33 0 41 44 155 27 66
Binary 1111000 10100100 1101110 11011 0 100001 100100 1101101 10111 110110

Color Harmonies of #78A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A46E

Black with #78A46E

Text Example


Text Example

White with #78A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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