#78AC6F

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

Shades of Amulet #78AC6F

Tints of Amulet #78AC6F

Color information

#78AC6F (or 0x78AC6F) is unknown color: approx Amulet. HEX triplet: 78, AC and 6F. RGB value is (120,172,111). Sum of RGB (Red+Green+Blue) = 120+172+111=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC6F is #875390. Grayscale: #959595. Windows color (decimal): -8868753 or 7318648. OLE color: 7318648.

HSL color Cylindrical-coordinate representation of color #78AC6F: hue angle of 111.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78AC6F is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB120172111-
CMYK0.3000.350.33
HSL111.15º26.87%55.49%-
HSV(B)111.15º35.47%67.45%-
XYZ25.3734.6520.39-
YUV149.5106.27106.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=29.78%
G=42.68%
B=27.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721110.3000.350.33111.1526.8755.49
Hex78AC6F1E023216f1b37
Octal17025415736043411573367
Binary1111000101011001101111111100100011100001110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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