Html Css Color HEX #78B472 Amulet

📋 copy color: '#78B472'

red 120 ◦ green 180 ◦ blue 114

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

Shades of Amulet #78B472

Tints of Amulet #78B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.48%

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

R = 28.99%
G = 43.48%
B = 27.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#78B472 (or 0x78B472) is known color: Amulet. HEX triplet: 78, B4 and 72. RGB value is (120,180,114). Sum of RGB (Red+Green+Blue) = 120+180+114=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #78B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B472 is #874B8D. Grayscale: #9A9A9A. Windows color (decimal): -8866702 or 7517304. OLE color: 7517304.

HSL color Cylindrical-coordinate representation of color #78B472: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B472 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 114 -
CMYK 0.33 0 0.37 0.29
HSL 114.55º 0.31% 0.58% -
HSV(B) 114.55º 0.37% 0.71% -
XYZ 27.1 37.85 21.8 -
YUV 154.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 120 180 114 0.33 0 0.37 0.29 114.55 0.31 0.58
Hex 78 B4 72 21 0 25 1D 73 1F 3A
Octal 170 264 162 41 0 45 35 163 37 72
Binary 1111000 10110100 1110010 100001 0 100101 11101 1110011 11111 111010

Color Harmonies of #78B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B472

Black with #78B472

Text Example


Text Example

White with #78B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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