#78B16D

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

Shades of Amulet #78B16D

Tints of Amulet #78B16D

Color information

#78B16D (or 0x78B16D) is unknown color: approx Amulet. HEX triplet: 78, B1 and 6D. RGB value is (120,177,109). Sum of RGB (Red+Green+Blue) = 120+177+109=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #78B16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B16D is #874E92. Grayscale: #989898. Windows color (decimal): -8867475 or 7188856. OLE color: 7188856.

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

Color convert

RGB120177109-
CMYK0.3200.380.31
HSL110.29º30.36%56.08%-
HSV(B)110.29º38.42%69.41%-
XYZ26.2336.5420.14-
YUV152.2103.62105.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=29.56%
G=43.60%
B=26.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201771090.3200.380.31110.2930.3656.08
Hex78B16D200261F6e1e38
Octal17026115540046371563670
Binary1111000101100011101101100000010011011111110111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,109); }

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

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

 a { background-color: rgb(120,177,109); }

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

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

 span { border-color: rgb(120,177,109); }

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