Html Css Color HEX #78A072 Amulet

📋 copy color: '#78A072'

red 120 ◦ green 160 ◦ blue 114

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

Shades of Amulet #78A072

Tints of Amulet #78A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 30.46%
G = 40.61%
B = 28.93%

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

#78A072 (or 0x78A072) is known color: Amulet. HEX triplet: 78, A0 and 72. RGB value is (120,160,114). Sum of RGB (Red+Green+Blue) = 120+160+114=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #78A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A072 is #875F8D. Grayscale: #8E8E8E. Windows color (decimal): -8871822 or 7512184. OLE color: 7512184.

HSL color Cylindrical-coordinate representation of color #78A072: hue angle of 112.17º degrees, saturation: 0.19, 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 #78A072 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 160 114 -
CMYK 0.25 0 0.29 0.37
HSL 112.17º 0.19% 0.54% -
HSV(B) 112.17º 0.29% 0.63% -
XYZ 23.35 30.35 20.55 -
YUV 142.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 120 160 114 0.25 0 0.29 0.37 112.17 0.19 0.54
Hex 78 A0 72 19 0 1D 25 70 13 36
Octal 170 240 162 31 0 35 45 160 23 66
Binary 1111000 10100000 1110010 11001 0 11101 100101 1110000 10011 110110

Color Harmonies of #78A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A072

Black with #78A072

Text Example


Text Example

White with #78A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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