#686816

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

Shades of Fiji Green #686816

Tints of Fiji Green #686816

Color information

#686816 (or 0x686816) is unknown color: approx Fiji Green. HEX triplet: 68, 68 and 16. RGB value is (104,104,22). Sum of RGB (Red+Green+Blue) = 104+104+22=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686816 is #9797E9. Grayscale: #5E5E5E. Windows color (decimal): -9934826 or 1468520. OLE color: 1468520.

HSL color Cylindrical-coordinate representation of color #686816: hue angle of 60º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #686816 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB10410422-
CMYK000.790.59
HSL60º65.08%24.71%-
HSV(B)60º78.85%40.78%-
XYZ10.812.92.68-
YUV94.6587134.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=45.22%
G=45.22%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410422000.790.596065.0824.71
Hex686816004F3B3c4119
Octal1501502600117737410131
Binary1101000110100010110001001111111011111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686816; }

 p { color: rgb(104,104,22); }

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

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

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

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

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

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

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