#686A16

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

Shades of Fiji Green #686A16

Tints of Fiji Green #686A16

Color information

#686A16 (or 0x686A16) is unknown color: approx Fiji Green. HEX triplet: 68, 6A and 16. RGB value is (104,106,22). Sum of RGB (Red+Green+Blue) = 104+106+22=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #686A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686A16 is #9795E9. Grayscale: #606060. Windows color (decimal): -9934314 or 1469032. OLE color: 1469032.

HSL color Cylindrical-coordinate representation of color #686A16: hue angle of 61.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #686A16 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB10410622-
CMYK0.0200.790.58
HSL61.43º65.62%25.1%-
HSV(B)61.43º79.25%41.57%-
XYZ11.0113.312.75-
YUV95.8386.34133.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=44.83%
G=45.69%
B=9.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106220.0200.790.5861.4365.6225.1
Hex686A16204F3A3d4219
Octal1501522620117727510231
Binary11010001101010101101001001111111010111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,22); }

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

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

 a { background-color: rgb(104,106,22); }

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

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

 span { border-color: rgb(104,106,22); }

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