#686B20

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

Shades of Fiji Green #686B20

Tints of Fiji Green #686B20

Color information

#686B20 (or 0x686B20) is unknown color: approx Fiji Green. HEX triplet: 68, 6B and 20. RGB value is (104,107,32). Sum of RGB (Red+Green+Blue) = 104+107+32=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #686B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B20 is #9794DF. Grayscale: #616161. Windows color (decimal): -9934048 or 2124648. OLE color: 2124648.

HSL color Cylindrical-coordinate representation of color #686B20: hue angle of 62.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #686B20 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB10410732-
CMYK0.0300.700.58
HSL62.4º53.96%27.25%-
HSV(B)62.4º70.09%41.96%-
XYZ11.2313.563.39-
YUV97.5591.01132.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=42.80%
G=44.03%
B=13.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107320.0300.700.5862.453.9627.25
Hex686B2030463A3e361b
Octal150153403010672766633
Binary11010001101011100000110100011011101011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686B20; }

 p { color: rgb(104,107,32); }

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

<style>
 a { background-color: #686B20; }

 a { background-color: rgb(104,107,32); }

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

<style>
 span { border-color: #686B20; }

 span { border-color: rgb(104,107,32); }

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