#686E14

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

Shades of Fiji Green #686E14

Tints of Fiji Green #686E14

Color information

#686E14 (or 0x686E14) is unknown color: approx Fiji Green. HEX triplet: 68, 6E and 14. RGB value is (104,110,20). Sum of RGB (Red+Green+Blue) = 104+110+20=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #686E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686E14 is #9791EB. Grayscale: #626262. Windows color (decimal): -9933292 or 1338984. OLE color: 1338984.

HSL color Cylindrical-coordinate representation of color #686E14: hue angle of 64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #686E14 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB10411020-
CMYK0.0500.820.57
HSL64º69.23%25.49%-
HSV(B)64º81.82%43.14%-
XYZ11.4114.152.79-
YUV97.9584.01132.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=44.44%
G=47.01%
B=8.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104110200.0500.820.576469.2325.49
Hex686E14505239404519
Octal15015624501227110010531
Binary1101000110111010100101010100101110011000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,110,20); }

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

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

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

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

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

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

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