Shades of Fiji Green #68681E
Tints of Fiji Green #68681E
RGB
CMYK
RGB Variations
Color information
#68681E (or 0x68681E) is known color: Fiji Green. HEX triplet: 68, 68 and 1E. RGB value is (104,104,30). Sum of RGB (Red+Green+Blue) = 104+104+30=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68681E is #9797E1. Grayscale: #5F5F5F. Windows color (decimal): -9934818 or 1992808. OLE color: 1992808.
HSL color Cylindrical-coordinate representation of color #68681E: hue angle of 60º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68681E is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 30 | - |
| CMYK | 0 | 0 | 0.71 | 0.59 |
| HSL | 60º | 0.55% | 0.26% | - |
| HSV(B) | 60º | 0.71% | 0.41% | - |
| XYZ | 10.89 | 12.94 | 3.15 | - |
| YUV | 95.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 30 | 0 | 0 | 0.71 | 0.59 | 60 | 0.55 | 0.26 |
| Hex | 68 | 68 | 1E | 0 | 0 | 47 | 3B | 3C | 37 | 1A |
| Octal | 150 | 150 | 36 | 0 | 0 | 107 | 73 | 74 | 67 | 32 |
| Binary | 1101000 | 1101000 | 11110 | 0 | 0 | 1000111 | 111011 | 111100 | 110111 | 11010 |
Color Harmonies of #68681E
Complementary color
Monochromatic Colors of #68681E
Black with #68681E
Text Example
Text Example
White with #68681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68681E; }
p { color: rgb(104,104,30); }
H1.HeaderClassName
{
color: #68681E;
}
.AnyTagClassName
{
color: #68681E;
}
</style>
background-color css
<style>
a { background-color: #68681E; }
a { background-color: rgb(104,104,30); }
div.DivClassName
{
background-color: #68681E;
}
.BgClassName
{
background-color: #68681E;
}
</style>
border-color css
<style>
span { border-color: #68681E; }
span { border-color: rgb(104,104,30); }
td.TdClassName
{
border-color: #68681E;
}
.TagClassName
{
border-color: #68681E;
}
</style>