Shades of Fiji Green #686705
Tints of Fiji Green #686705
RGB
CMYK
RGB Variations
Color information
#686705 (or 0x686705) is known color: Fiji Green. HEX triplet: 68, 67 and 05. RGB value is (104,103,5). Sum of RGB (Red+Green+Blue) = 104+103+5=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #686705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686705 is #9798FA. Grayscale: #5C5C5C. Windows color (decimal): -9935099 or 354152. OLE color: 354152.
HSL color Cylindrical-coordinate representation of color #686705: hue angle of 59.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #686705 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.59 |
| HSL | 59.39º | 0.91% | 0.21% | - |
| HSV(B) | 59.39º | 0.95% | 0.41% | - |
| XYZ | 10.59 | 12.65 | 2.03 | - |
| YUV | 92.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 5 | 0 | 0.01 | 0.95 | 0.59 | 59.39 | 0.91 | 0.21 |
| Hex | 68 | 67 | 5 | 0 | 1 | 5F | 3B | 3B | 5B | 15 |
| Octal | 150 | 147 | 5 | 0 | 1 | 137 | 73 | 73 | 133 | 25 |
| Binary | 1101000 | 1100111 | 101 | 0 | 1 | 1011111 | 111011 | 111011 | 1011011 | 10101 |
Color Harmonies of #686705
Complementary color
Monochromatic Colors of #686705
Black with #686705
Text Example
Text Example
White with #686705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686705; }
p { color: rgb(104,103,5); }
H1.HeaderClassName
{
color: #686705;
}
.AnyTagClassName
{
color: #686705;
}
</style>
background-color css
<style>
a { background-color: #686705; }
a { background-color: rgb(104,103,5); }
div.DivClassName
{
background-color: #686705;
}
.BgClassName
{
background-color: #686705;
}
</style>
border-color css
<style>
span { border-color: #686705; }
span { border-color: rgb(104,103,5); }
td.TdClassName
{
border-color: #686705;
}
.TagClassName
{
border-color: #686705;
}
</style>