#78B16A

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

Shades of Amulet #78B16A

Tints of Amulet #78B16A

Color information

#78B16A (or 0x78B16A) is unknown color: approx Amulet. HEX triplet: 78, B1 and 6A. RGB value is (120,177,106). Sum of RGB (Red+Green+Blue) = 120+177+106=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #78B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B16A is #874E95. Grayscale: #989898. Windows color (decimal): -8867478 or 6992248. OLE color: 6992248.

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

Color convert

RGB120177106-
CMYK0.3200.400.31
HSL108.17º31.28%55.49%-
HSV(B)108.17º40.11%69.41%-
XYZ26.0736.4819.3-
YUV151.86102.12105.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=29.78%
G=43.92%
B=26.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201771060.3200.400.31108.1731.2855.49
Hex78B16A200281F6c1f37
Octal17026115240050371543767
Binary1111000101100011101010100000010100011111110110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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