#686708

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

Shades of Fiji Green #686708

Tints of Fiji Green #686708

Color information

#686708 (or 0x686708) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 08. RGB value is (104,103,8). Sum of RGB (Red+Green+Blue) = 104+103+8=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #686708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686708 is #9798F7. Grayscale: #5C5C5C. Windows color (decimal): -9935096 or 550760. OLE color: 550760.

HSL color Cylindrical-coordinate representation of color #686708: hue angle of 59.38º 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 #686708 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB1041038-
CMYK00.010.920.59
HSL59.38º85.71%21.96%-
HSV(B)59.38º92.31%40.78%-
XYZ10.612.662.11-
YUV92.4780.33136.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=48.37%
G=47.91%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103800.010.920.5959.3885.7121.96
Hex68678015C3B3b5616
Octal1501471001134737312626
Binary110100011001111000011011100111011111011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686708; }

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

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

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

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

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

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

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

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