#686A1B

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

Shades of Fiji Green #686A1B

Tints of Fiji Green #686A1B

Color information

#686A1B (or 0x686A1B) is unknown color: approx Fiji Green. HEX triplet: 68, 6A and 1B. RGB value is (104,106,27). Sum of RGB (Red+Green+Blue) = 104+106+27=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #686A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A1B is #9795E4. Grayscale: #606060. Windows color (decimal): -9934309 or 1796712. OLE color: 1796712.

HSL color Cylindrical-coordinate representation of color #686A1B: hue angle of 61.52º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #686A1B is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB10410627-
CMYK0.0200.750.58
HSL61.52º59.4%26.08%-
HSV(B)61.52º74.53%41.57%-
XYZ11.0613.333.03-
YUV96.488.84133.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=43.88%
G=44.73%
B=11.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106270.0200.750.5861.5259.426.08
Hex686A1B204B3A3e3b1a
Octal150152332011372767332
Binary1101000110101011011100100101111101011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,27); }

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

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

 a { background-color: rgb(104,106,27); }

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

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

 span { border-color: rgb(104,106,27); }

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