Shades of Fiji Green #686505
Tints of Fiji Green #686505
RGB
CMYK
RGB Variations
Color information
#686505 (or 0x686505) is known color: Fiji Green. HEX triplet: 68, 65 and 05. RGB value is (104,101,5). Sum of RGB (Red+Green+Blue) = 104+101+5=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #686505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686505 is #979AFA. Grayscale: #5B5B5B. Windows color (decimal): -9935611 or 353640. OLE color: 353640.
HSL color Cylindrical-coordinate representation of color #686505: hue angle of 58.18º 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 #686505 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 5 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.59 |
| HSL | 58.18º | 0.91% | 0.21% | - |
| HSV(B) | 58.18º | 0.95% | 0.41% | - |
| XYZ | 10.39 | 12.26 | 1.96 | - |
| YUV | 90.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 5 | 0 | 0.03 | 0.95 | 0.59 | 58.18 | 0.91 | 0.21 |
| Hex | 68 | 65 | 5 | 0 | 3 | 5F | 3B | 3A | 5B | 15 |
| Octal | 150 | 145 | 5 | 0 | 3 | 137 | 73 | 72 | 133 | 25 |
| Binary | 1101000 | 1100101 | 101 | 0 | 11 | 1011111 | 111011 | 111010 | 1011011 | 10101 |
Color Harmonies of #686505
Complementary color
Monochromatic Colors of #686505
Black with #686505
Text Example
Text Example
White with #686505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686505; }
p { color: rgb(104,101,5); }
H1.HeaderClassName
{
color: #686505;
}
.AnyTagClassName
{
color: #686505;
}
</style>
background-color css
<style>
a { background-color: #686505; }
a { background-color: rgb(104,101,5); }
div.DivClassName
{
background-color: #686505;
}
.BgClassName
{
background-color: #686505;
}
</style>
border-color css
<style>
span { border-color: #686505; }
span { border-color: rgb(104,101,5); }
td.TdClassName
{
border-color: #686505;
}
.TagClassName
{
border-color: #686505;
}
</style>