#686408

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

Shades of Fiji Green #686408

Tints of Fiji Green #686408

Color information

#686408 (or 0x686408) is unknown color: approx Fiji Green. HEX triplet: 68, 64 and 08. RGB value is (104,100,8). Sum of RGB (Red+Green+Blue) = 104+100+8=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #686408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686408 is #979BF7. Grayscale: #5B5B5B. Windows color (decimal): -9935864 or 549992. OLE color: 549992.

HSL color Cylindrical-coordinate representation of color #686408: hue angle of 57.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #686408 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB1041008-
CMYK00.040.920.59
HSL57.5º85.71%21.96%-
HSV(B)57.5º92.31%40.78%-
XYZ10.3112.072.02-
YUV90.7181.33137.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=49.06%
G=47.17%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104100800.040.920.5957.585.7121.96
Hex68648045C3B3a5616
Octal1501441004134737212626
Binary11010001100100100001001011100111011111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686408; }

 p { color: rgb(104,100,8); }

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

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

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

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

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

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

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