Html Css Color HEX #78A071 Amulet

📋 copy color: '#78A071'

red 120 ◦ green 160 ◦ blue 113

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

Shades of Amulet #78A071

Tints of Amulet #78A071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 30.53%
G = 40.71%
B = 28.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#78A071 (or 0x78A071) is known color: Amulet. HEX triplet: 78, A0 and 71. RGB value is (120,160,113). Sum of RGB (Red+Green+Blue) = 120+160+113=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #78A071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A071 is #875F8E. Grayscale: #8E8E8E. Windows color (decimal): -8871823 or 7446648. OLE color: 7446648.

HSL color Cylindrical-coordinate representation of color #78A071: hue angle of 111.06º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A071 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 160 113 -
CMYK 0.25 0 0.29 0.37
HSL 111.06º 0.2% 0.54% -
HSV(B) 111.06º 0.29% 0.63% -
XYZ 23.3 30.33 20.25 -
YUV 142.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 120 160 113 0.25 0 0.29 0.37 111.06 0.2 0.54
Hex 78 A0 71 19 0 1D 25 6F 14 36
Octal 170 240 161 31 0 35 45 157 24 66
Binary 1111000 10100000 1110001 11001 0 11101 100101 1101111 10100 110110

Color Harmonies of #78A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A071

Black with #78A071

Text Example


Text Example

White with #78A071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,160,113); }

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

background-color css

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

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

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

border-color css

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

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

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