Shades of Fiji Green #68760E
Tints of Fiji Green #68760E
RGB
CMYK
RGB Variations
Color information
#68760E (or 0x68760E) is known color: Fiji Green. HEX triplet: 68, 76 and 0E. RGB value is (104,118,14). Sum of RGB (Red+Green+Blue) = 104+118+14=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #68760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68760E is #9789F1. Grayscale: #666666. Windows color (decimal): -9931250 or 947816. OLE color: 947816.
HSL color Cylindrical-coordinate representation of color #68760E: hue angle of 68.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68760E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 14 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.54 |
| HSL | 68.08º | 0.79% | 0.26% | - |
| HSV(B) | 68.08º | 0.88% | 0.46% | - |
| XYZ | 12.27 | 15.93 | 2.84 | - |
| YUV | 101.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 14 | 0.12 | 0 | 0.88 | 0.54 | 68.08 | 0.79 | 0.26 |
| Hex | 68 | 76 | E | C | 0 | 58 | 36 | 44 | 4F | 1A |
| Octal | 150 | 166 | 16 | 14 | 0 | 130 | 66 | 104 | 117 | 32 |
| Binary | 1101000 | 1110110 | 1110 | 1100 | 0 | 1011000 | 110110 | 1000100 | 1001111 | 11010 |
Color Harmonies of #68760E
Complementary color
Monochromatic Colors of #68760E
Black with #68760E
Text Example
Text Example
White with #68760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68760E; }
p { color: rgb(104,118,14); }
H1.HeaderClassName
{
color: #68760E;
}
.AnyTagClassName
{
color: #68760E;
}
</style>
background-color css
<style>
a { background-color: #68760E; }
a { background-color: rgb(104,118,14); }
div.DivClassName
{
background-color: #68760E;
}
.BgClassName
{
background-color: #68760E;
}
</style>
border-color css
<style>
span { border-color: #68760E; }
span { border-color: rgb(104,118,14); }
td.TdClassName
{
border-color: #68760E;
}
.TagClassName
{
border-color: #68760E;
}
</style>