#78B16F

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

Shades of Amulet #78B16F

Tints of Amulet #78B16F

Color information

#78B16F (or 0x78B16F) is unknown color: approx Amulet. HEX triplet: 78, B1 and 6F. RGB value is (120,177,111). Sum of RGB (Red+Green+Blue) = 120+177+111=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #78B16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B16F is #874E90. Grayscale: #989898. Windows color (decimal): -8867473 or 7319928. OLE color: 7319928.

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

Color convert

RGB120177111-
CMYK0.3200.370.31
HSL111.82º29.73%56.47%-
HSV(B)111.82º37.29%69.41%-
XYZ26.3436.5920.71-
YUV152.43104.62104.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=29.41%
G=43.38%
B=27.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201771110.3200.370.31111.8229.7356.47
Hex78B16F200251F701e38
Octal17026115740045371603670
Binary1111000101100011101111100000010010111111111000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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