#56780E

Color #56780E Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #56780E

Tints of Fiji Green #56780E

Color information

#56780E (or 0x56780E) is unknown color: approx Fiji Green. HEX triplet: 56, 78 and 0E. RGB value is (86,120,14). Sum of RGB (Red+Green+Blue) = 86+120+14=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #56780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56780E is #A987F1. Grayscale: #626262. Windows color (decimal): -11110386 or 948310. OLE color: 948310.

HSL color Cylindrical-coordinate representation of color #56780E: hue angle of 79.25º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56780E is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB8612014-
CMYK0.2800.880.53
HSL79.25º79.1%26.27%-
HSV(B)79.25º88.33%47.06%-
XYZ10.6315.442.84-
YUV97.7580.74119.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=39.09%
G=54.55%
B=6.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120140.2800.880.5379.2579.126.27
Hex5678E1C058354f4f1a
Octal126170163401306511711732
Binary10101101111000111011100010110001101011001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56780E; }

 p { color: rgb(86,120,14); }

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

<style>
 a { background-color: #56780E; }

 a { background-color: rgb(86,120,14); }

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

<style>
 span { border-color: #56780E; }

 span { border-color: rgb(86,120,14); }

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