#56670C

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

Shades of Fiji Green #56670C

Tints of Fiji Green #56670C

Color information

#56670C (or 0x56670C) is unknown color: approx Fiji Green. HEX triplet: 56, 67 and 0C. RGB value is (86,103,12). Sum of RGB (Red+Green+Blue) = 86+103+12=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #56670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56670C is #A998F3. Grayscale: #575757. Windows color (decimal): -11114740 or 812886. OLE color: 812886.

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

Color convert

RGB8610312-
CMYK0.1700.880.60
HSL71.21º79.13%22.55%-
HSV(B)71.21º88.35%40.39%-
XYZ8.7511.712.15-
YUV87.5485.37126.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=42.79%
G=51.24%
B=5.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86103120.1700.880.6071.2179.1322.55
Hex5667C110583C474f17
Octal126147142101307410711727
Binary10101101100111110010001010110001111001000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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