Shades of Fiji Green #68740D
Tints of Fiji Green #68740D
RGB
CMYK
RGB Variations
Color information
#68740D (or 0x68740D) is known color: Fiji Green. HEX triplet: 68, 74 and 0D. RGB value is (104,116,13). Sum of RGB (Red+Green+Blue) = 104+116+13=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #68740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68740D is #978BF2. Grayscale: #656565. Windows color (decimal): -9931763 or 881768. OLE color: 881768.
HSL color Cylindrical-coordinate representation of color #68740D: hue angle of 66.99º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68740D is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 13 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.55 |
| HSL | 66.99º | 0.8% | 0.25% | - |
| HSV(B) | 66.99º | 0.89% | 0.45% | - |
| XYZ | 12.03 | 15.46 | 2.73 | - |
| YUV | 100.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 13 | 0.10 | 0 | 0.89 | 0.55 | 66.99 | 0.8 | 0.25 |
| Hex | 68 | 74 | D | A | 0 | 59 | 37 | 43 | 50 | 19 |
| Octal | 150 | 164 | 15 | 12 | 0 | 131 | 67 | 103 | 120 | 31 |
| Binary | 1101000 | 1110100 | 1101 | 1010 | 0 | 1011001 | 110111 | 1000011 | 1010000 | 11001 |
Color Harmonies of #68740D
Complementary color
Monochromatic Colors of #68740D
Black with #68740D
Text Example
Text Example
White with #68740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68740D; }
p { color: rgb(104,116,13); }
H1.HeaderClassName
{
color: #68740D;
}
.AnyTagClassName
{
color: #68740D;
}
</style>
background-color css
<style>
a { background-color: #68740D; }
a { background-color: rgb(104,116,13); }
div.DivClassName
{
background-color: #68740D;
}
.BgClassName
{
background-color: #68740D;
}
</style>
border-color css
<style>
span { border-color: #68740D; }
span { border-color: rgb(104,116,13); }
td.TdClassName
{
border-color: #68740D;
}
.TagClassName
{
border-color: #68740D;
}
</style>