Shades of Fiji Green #686911
Tints of Fiji Green #686911
RGB
CMYK
RGB Variations
Color information
#686911 (or 0x686911) is known color: Fiji Green. HEX triplet: 68, 69 and 11. RGB value is (104,105,17). Sum of RGB (Red+Green+Blue) = 104+105+17=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #686911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686911 is #9796EE. Grayscale: #5F5F5F. Windows color (decimal): -9934575 or 1141096. OLE color: 1141096.
HSL color Cylindrical-coordinate representation of color #686911: hue angle of 60.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #686911 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 17 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.59 |
| HSL | 60.68º | 0.72% | 0.24% | - |
| HSV(B) | 60.68º | 0.84% | 0.41% | - |
| XYZ | 10.86 | 13.09 | 2.48 | - |
| YUV | 94.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 17 | 0.01 | 0 | 0.84 | 0.59 | 60.68 | 0.72 | 0.24 |
| Hex | 68 | 69 | 11 | 1 | 0 | 54 | 3B | 3D | 48 | 18 |
| Octal | 150 | 151 | 21 | 1 | 0 | 124 | 73 | 75 | 110 | 30 |
| Binary | 1101000 | 1101001 | 10001 | 1 | 0 | 1010100 | 111011 | 111101 | 1001000 | 11000 |
Color Harmonies of #686911
Complementary color
Monochromatic Colors of #686911
Black with #686911
Text Example
Text Example
White with #686911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686911; }
p { color: rgb(104,105,17); }
H1.HeaderClassName
{
color: #686911;
}
.AnyTagClassName
{
color: #686911;
}
</style>
background-color css
<style>
a { background-color: #686911; }
a { background-color: rgb(104,105,17); }
div.DivClassName
{
background-color: #686911;
}
.BgClassName
{
background-color: #686911;
}
</style>
border-color css
<style>
span { border-color: #686911; }
span { border-color: rgb(104,105,17); }
td.TdClassName
{
border-color: #686911;
}
.TagClassName
{
border-color: #686911;
}
</style>