#56710C

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

Shades of Fiji Green #56710C

Tints of Fiji Green #56710C

Color information

#56710C (or 0x56710C) is unknown color: approx Fiji Green. HEX triplet: 56, 71 and 0C. RGB value is (86,113,12). Sum of RGB (Red+Green+Blue) = 86+113+12=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #56710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56710C is #A98EF3. Grayscale: #5D5D5D. Windows color (decimal): -11112180 or 815446. OLE color: 815446.

HSL color Cylindrical-coordinate representation of color #56710C: hue angle of 76.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56710C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB8611312-
CMYK0.2400.890.56
HSL76.04º80.8%24.51%-
HSV(B)76.04º89.38%44.31%-
XYZ9.8113.822.5-
YUV93.4182.05122.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=40.76%
G=53.55%
B=5.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113120.2400.890.5676.0480.824.51
Hex5671C18059384c5119
Octal126161143001317011412131
Binary10101101110001110011000010110011110001001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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