#686F0C

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

Shades of Fiji Green #686F0C

Tints of Fiji Green #686F0C

Color information

#686F0C (or 0x686F0C) is unknown color: approx Fiji Green. HEX triplet: 68, 6F and 0C. RGB value is (104,111,12). Sum of RGB (Red+Green+Blue) = 104+111+12=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #686F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F0C is #9790F3. Grayscale: #626262. Windows color (decimal): -9933044 or 814952. OLE color: 814952.

HSL color Cylindrical-coordinate representation of color #686F0C: hue angle of 64.24º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #686F0C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB10411112-
CMYK0.0600.890.56
HSL64.24º80.49%24.12%-
HSV(B)64.24º89.19%43.53%-
XYZ11.4614.342.51-
YUV97.6279.68132.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=45.81%
G=48.90%
B=5.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111120.0600.890.5664.2480.4924.12
Hex686FC605938405018
Octal15015714601317010012030
Binary110100011011111100110010110011110001000000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,12); }

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

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

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

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

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

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

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