Shades of Fiji Green #686A16
Tints of Fiji Green #686A16
RGB
CMYK
RGB Variations
Color information
#686A16 (or 0x686A16) is known color: 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
| RGB | 104 | 106 | 22 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.58 |
| HSL | 61.43º | 0.66% | 0.25% | - |
| HSV(B) | 61.43º | 0.79% | 0.42% | - |
| XYZ | 11.01 | 13.31 | 2.75 | - |
| YUV | 95.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 22 | 0.02 | 0 | 0.79 | 0.58 | 61.43 | 0.66 | 0.25 |
| Hex | 68 | 6A | 16 | 2 | 0 | 4F | 3A | 3D | 42 | 19 |
| Octal | 150 | 152 | 26 | 2 | 0 | 117 | 72 | 75 | 102 | 31 |
| Binary | 1101000 | 1101010 | 10110 | 10 | 0 | 1001111 | 111010 | 111101 | 1000010 | 11001 |
Color Harmonies of #686A16
Complementary color
Monochromatic Colors of #686A16
Black with #686A16
Text Example
Text Example
White with #686A16
Text Example
Text Example
HTML Codes & Css Web 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>