#56770C

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

Shades of Fiji Green #56770C

Tints of Fiji Green #56770C

Color information

#56770C (or 0x56770C) is unknown color: approx Fiji Green. HEX triplet: 56, 77 and 0C. RGB value is (86,119,12). Sum of RGB (Red+Green+Blue) = 86+119+12=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #56770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56770C is #A988F3. Grayscale: #616161. Windows color (decimal): -11110644 or 816982. OLE color: 816982.

HSL color Cylindrical-coordinate representation of color #56770C: hue angle of 78.5º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56770C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB8611912-
CMYK0.2800.900.53
HSL78.5º81.68%25.69%-
HSV(B)78.5º89.92%46.67%-
XYZ10.515.22.73-
YUV96.9380.07120.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=39.63%
G=54.84%
B=5.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119120.2800.900.5378.581.6825.69
Hex5677C1C05A354f521a
Octal126167143401326511712232
Binary10101101110111110011100010110101101011001111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56770C; }

 p { color: rgb(86,119,12); }

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

<style>
 a { background-color: #56770C; }

 a { background-color: rgb(86,119,12); }

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

<style>
 span { border-color: #56770C; }

 span { border-color: rgb(86,119,12); }

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