#56770B

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

Shades of Fiji Green #56770B

Tints of Fiji Green #56770B

Color information

#56770B (or 0x56770B) is unknown color: approx Fiji Green. HEX triplet: 56, 77 and 0B. RGB value is (86,119,11). Sum of RGB (Red+Green+Blue) = 86+119+11=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #56770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56770B is #A988F4. Grayscale: #616161. Windows color (decimal): -11110645 or 751446. OLE color: 751446.

HSL color Cylindrical-coordinate representation of color #56770B: hue angle of 78.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56770B is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB8611911-
CMYK0.2800.910.53
HSL78.33º83.08%25.49%-
HSV(B)78.33º90.76%46.67%-
XYZ10.4915.22.7-
YUV96.8279.57120.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=39.81%
G=55.09%
B=5.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119110.2800.910.5378.3383.0825.49
Hex5677B1C05B354e5319
Octal126167133401336511612331
Binary10101101110111101111100010110111101011001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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