#686306

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

Shades of Fiji Green #686306

Tints of Fiji Green #686306

Color information

#686306 (or 0x686306) is unknown color: approx Fiji Green. HEX triplet: 68, 63 and 06. RGB value is (104,99,6). Sum of RGB (Red+Green+Blue) = 104+99+6=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686306 is #979CF9. Grayscale: #5A5A5A. Windows color (decimal): -9936122 or 418664. OLE color: 418664.

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

Color convert

RGB104996-
CMYK00.050.940.59
HSL56.94º89.09%21.57%-
HSV(B)56.94º94.23%40.78%-
XYZ10.211.881.93-
YUV89.8980.66138.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 6 (2.73% from 255) = 2.87%
R=49.76%
G=47.37%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10499600.050.940.5956.9489.0921.57
Hex68636055E3B395916
Octal150143605136737113126
Binary1101000110001111001011011110111011111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686306; }

 p { color: rgb(104,99,6); }

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

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

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

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

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

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

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