#56660C

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

Shades of Fiji Green #56660C

Tints of Fiji Green #56660C

Color information

#56660C (or 0x56660C) is unknown color: approx Fiji Green. HEX triplet: 56, 66 and 0C. RGB value is (86,102,12). Sum of RGB (Red+Green+Blue) = 86+102+12=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #56660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56660C is #A999F3. Grayscale: #575757. Windows color (decimal): -11114996 or 812630. OLE color: 812630.

HSL color Cylindrical-coordinate representation of color #56660C: hue angle of 70.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56660C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB8610212-
CMYK0.1600.880.6
HSL70.67º78.95%22.35%-
HSV(B)70.67º88.24%40%-
XYZ8.6611.512.11-
YUV86.9685.7127.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 12 (5.08% from 255) = 6%
R=43%
G=51%
B=6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102120.1600.880.670.6778.9522.35
Hex5666C100583C474f16
Octal126146142001307410711726
Binary10101101100110110010000010110001111001000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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