Shades of Fiji Green #686908
Tints of Fiji Green #686908
RGB
CMYK
RGB Variations
Color information
#686908 (or 0x686908) is known color: Fiji Green. HEX triplet: 68, 69 and 08. RGB value is (104,105,8). Sum of RGB (Red+Green+Blue) = 104+105+8=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #686908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686908 is #9796F7. Grayscale: #5E5E5E. Windows color (decimal): -9934584 or 551272. OLE color: 551272.
HSL color Cylindrical-coordinate representation of color #686908: hue angle of 60.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #686908 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 8 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.59 |
| HSL | 60.62º | 0.86% | 0.22% | - |
| HSV(B) | 60.62º | 0.92% | 0.41% | - |
| XYZ | 10.8 | 13.06 | 2.18 | - |
| YUV | 93.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 8 | 0.01 | 0 | 0.92 | 0.59 | 60.62 | 0.86 | 0.22 |
| Hex | 68 | 69 | 8 | 1 | 0 | 5C | 3B | 3D | 56 | 16 |
| Octal | 150 | 151 | 10 | 1 | 0 | 134 | 73 | 75 | 126 | 26 |
| Binary | 1101000 | 1101001 | 1000 | 1 | 0 | 1011100 | 111011 | 111101 | 1010110 | 10110 |
Color Harmonies of #686908
Complementary color
Monochromatic Colors of #686908
Black with #686908
Text Example
Text Example
White with #686908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686908; }
p { color: rgb(104,105,8); }
H1.HeaderClassName
{
color: #686908;
}
.AnyTagClassName
{
color: #686908;
}
</style>
background-color css
<style>
a { background-color: #686908; }
a { background-color: rgb(104,105,8); }
div.DivClassName
{
background-color: #686908;
}
.BgClassName
{
background-color: #686908;
}
</style>
border-color css
<style>
span { border-color: #686908; }
span { border-color: rgb(104,105,8); }
td.TdClassName
{
border-color: #686908;
}
.TagClassName
{
border-color: #686908;
}
</style>