#78B072

Color #78B072 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #78B072

Tints of Amulet #78B072

Color information

#78B072 (or 0x78B072) is unknown color: approx Amulet. HEX triplet: 78, B0 and 72. RGB value is (120,176,114). Sum of RGB (Red+Green+Blue) = 120+176+114=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #78B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B072 is #874F8D. Grayscale: #989898. Windows color (decimal): -8867726 or 7516280. OLE color: 7516280.

HSL color Cylindrical-coordinate representation of color #78B072: hue angle of 114.19º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B072 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB120176114-
CMYK0.3200.350.31
HSL114.19º28.18%56.86%-
HSV(B)114.19º35.23%69.02%-
XYZ26.3136.2621.53-
YUV152.19106.45105.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=29.27%
G=42.93%
B=27.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761140.3200.350.31114.1928.1856.86
Hex78B072200231F721c39
Octal17026016240043371623471
Binary1111000101100001110010100000010001111111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78B072;
 }
 .AnyTagClassName
 {
   color: #78B072;
 }
</style>
background-color css

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

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

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

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

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

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