Shades of Fiji Green #686915
Tints of Fiji Green #686915
RGB
CMYK
RGB Variations
Color information
#686915 (or 0x686915) is known color: Fiji Green. HEX triplet: 68, 69 and 15. RGB value is (104,105,21). Sum of RGB (Red+Green+Blue) = 104+105+21=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #686915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686915 is #9796EA. Grayscale: #5F5F5F. Windows color (decimal): -9934571 or 1403240. OLE color: 1403240.
HSL color Cylindrical-coordinate representation of color #686915: hue angle of 60.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #686915 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 21 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.59 |
| HSL | 60.71º | 0.67% | 0.25% | - |
| HSV(B) | 60.71º | 0.8% | 0.41% | - |
| XYZ | 10.9 | 13.1 | 2.66 | - |
| YUV | 95.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 21 | 0.01 | 0 | 0.80 | 0.59 | 60.71 | 0.67 | 0.25 |
| Hex | 68 | 69 | 15 | 1 | 0 | 50 | 3B | 3D | 43 | 19 |
| Octal | 150 | 151 | 25 | 1 | 0 | 120 | 73 | 75 | 103 | 31 |
| Binary | 1101000 | 1101001 | 10101 | 1 | 0 | 1010000 | 111011 | 111101 | 1000011 | 11001 |
Color Harmonies of #686915
Complementary color
Monochromatic Colors of #686915
Black with #686915
Text Example
Text Example
White with #686915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686915; }
p { color: rgb(104,105,21); }
H1.HeaderClassName
{
color: #686915;
}
.AnyTagClassName
{
color: #686915;
}
</style>
background-color css
<style>
a { background-color: #686915; }
a { background-color: rgb(104,105,21); }
div.DivClassName
{
background-color: #686915;
}
.BgClassName
{
background-color: #686915;
}
</style>
border-color css
<style>
span { border-color: #686915; }
span { border-color: rgb(104,105,21); }
td.TdClassName
{
border-color: #686915;
}
.TagClassName
{
border-color: #686915;
}
</style>