Shades of Fiji Green #68681F
Tints of Fiji Green #68681F
RGB
CMYK
RGB Variations
Color information
#68681F (or 0x68681F) is known color: Fiji Green. HEX triplet: 68, 68 and 1F. RGB value is (104,104,31). Sum of RGB (Red+Green+Blue) = 104+104+31=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68681F is #9797E0. Grayscale: #5F5F5F. Windows color (decimal): -9934817 or 2058344. OLE color: 2058344.
HSL color Cylindrical-coordinate representation of color #68681F: hue angle of 60º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68681F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 31 | - |
| CMYK | 0 | 0 | 0.70 | 0.59 |
| HSL | 60º | 0.54% | 0.26% | - |
| HSV(B) | 60º | 0.7% | 0.41% | - |
| XYZ | 10.91 | 12.94 | 3.22 | - |
| YUV | 95.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 31 | 0 | 0 | 0.70 | 0.59 | 60 | 0.54 | 0.26 |
| Hex | 68 | 68 | 1F | 0 | 0 | 46 | 3B | 3C | 36 | 1A |
| Octal | 150 | 150 | 37 | 0 | 0 | 106 | 73 | 74 | 66 | 32 |
| Binary | 1101000 | 1101000 | 11111 | 0 | 0 | 1000110 | 111011 | 111100 | 110110 | 11010 |
Color Harmonies of #68681F
Complementary color
Monochromatic Colors of #68681F
Black with #68681F
Text Example
Text Example
White with #68681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68681F; }
p { color: rgb(104,104,31); }
H1.HeaderClassName
{
color: #68681F;
}
.AnyTagClassName
{
color: #68681F;
}
</style>
background-color css
<style>
a { background-color: #68681F; }
a { background-color: rgb(104,104,31); }
div.DivClassName
{
background-color: #68681F;
}
.BgClassName
{
background-color: #68681F;
}
</style>
border-color css
<style>
span { border-color: #68681F; }
span { border-color: rgb(104,104,31); }
td.TdClassName
{
border-color: #68681F;
}
.TagClassName
{
border-color: #68681F;
}
</style>