Shades of Fiji Green #686E06
Tints of Fiji Green #686E06
RGB
CMYK
RGB Variations
Color information
#686E06 (or 0x686E06) is known color: Fiji Green. HEX triplet: 68, 6E and 06. RGB value is (104,110,6). Sum of RGB (Red+Green+Blue) = 104+110+6=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #686E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686E06 is #9791F9. Grayscale: #606060. Windows color (decimal): -9933306 or 421480. OLE color: 421480.
HSL color Cylindrical-coordinate representation of color #686E06: hue angle of 63.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #686E06 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 6 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.57 |
| HSL | 63.46º | 0.9% | 0.23% | - |
| HSV(B) | 63.46º | 0.95% | 0.43% | - |
| XYZ | 11.32 | 14.11 | 2.3 | - |
| YUV | 96.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 6 | 0.05 | 0 | 0.95 | 0.57 | 63.46 | 0.9 | 0.23 |
| Hex | 68 | 6E | 6 | 5 | 0 | 5F | 39 | 3F | 5A | 17 |
| Octal | 150 | 156 | 6 | 5 | 0 | 137 | 71 | 77 | 132 | 27 |
| Binary | 1101000 | 1101110 | 110 | 101 | 0 | 1011111 | 111001 | 111111 | 1011010 | 10111 |
Color Harmonies of #686E06
Complementary color
Monochromatic Colors of #686E06
Black with #686E06
Text Example
Text Example
White with #686E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E06; }
p { color: rgb(104,110,6); }
H1.HeaderClassName
{
color: #686E06;
}
.AnyTagClassName
{
color: #686E06;
}
</style>
background-color css
<style>
a { background-color: #686E06; }
a { background-color: rgb(104,110,6); }
div.DivClassName
{
background-color: #686E06;
}
.BgClassName
{
background-color: #686E06;
}
</style>
border-color css
<style>
span { border-color: #686E06; }
span { border-color: rgb(104,110,6); }
td.TdClassName
{
border-color: #686E06;
}
.TagClassName
{
border-color: #686E06;
}
</style>