Shades of Fiji Green #686B19
Tints of Fiji Green #686B19
RGB
CMYK
RGB Variations
Color information
#686B19 (or 0x686B19) is known color: Fiji Green. HEX triplet: 68, 6B and 19. RGB value is (104,107,25). Sum of RGB (Red+Green+Blue) = 104+107+25=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #686B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B19 is #9794E6. Grayscale: #616161. Windows color (decimal): -9934055 or 1665896. OLE color: 1665896.
HSL color Cylindrical-coordinate representation of color #686B19: hue angle of 62.2º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #686B19 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 25 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.58 |
| HSL | 62.2º | 0.62% | 0.26% | - |
| HSV(B) | 62.2º | 0.77% | 0.42% | - |
| XYZ | 11.14 | 13.53 | 2.94 | - |
| YUV | 96.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 25 | 0.03 | 0 | 0.77 | 0.58 | 62.2 | 0.62 | 0.26 |
| Hex | 68 | 6B | 19 | 3 | 0 | 4D | 3A | 3E | 3E | 1A |
| Octal | 150 | 153 | 31 | 3 | 0 | 115 | 72 | 76 | 76 | 32 |
| Binary | 1101000 | 1101011 | 11001 | 11 | 0 | 1001101 | 111010 | 111110 | 111110 | 11010 |
Color Harmonies of #686B19
Complementary color
Monochromatic Colors of #686B19
Black with #686B19
Text Example
Text Example
White with #686B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B19; }
p { color: rgb(104,107,25); }
H1.HeaderClassName
{
color: #686B19;
}
.AnyTagClassName
{
color: #686B19;
}
</style>
background-color css
<style>
a { background-color: #686B19; }
a { background-color: rgb(104,107,25); }
div.DivClassName
{
background-color: #686B19;
}
.BgClassName
{
background-color: #686B19;
}
</style>
border-color css
<style>
span { border-color: #686B19; }
span { border-color: rgb(104,107,25); }
td.TdClassName
{
border-color: #686B19;
}
.TagClassName
{
border-color: #686B19;
}
</style>