#78A36F

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

Shades of Amulet #78A36F

Tints of Amulet #78A36F

Color information

#78A36F (or 0x78A36F) is unknown color: approx Amulet. HEX triplet: 78, A3 and 6F. RGB value is (120,163,111). Sum of RGB (Red+Green+Blue) = 120+163+111=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #78A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A36F is #875C90. Grayscale: #909090. Windows color (decimal): -8871057 or 7316344. OLE color: 7316344.

HSL color Cylindrical-coordinate representation of color #78A36F: hue angle of 109.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78A36F is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB120163111-
CMYK0.2600.320.36
HSL109.62º22.03%53.73%-
HSV(B)109.62º31.9%63.92%-
XYZ23.7131.3419.84-
YUV144.21109.25110.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=30.46%
G=41.37%
B=28.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201631110.2600.320.36109.6222.0353.73
Hex78A36F1A020246e1636
Octal17024315732040441562666
Binary1111000101000111101111110100100000100100110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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