Shades of Fiji Green #68750D
Tints of Fiji Green #68750D
RGB
CMYK
RGB Variations
Color information
#68750D (or 0x68750D) is known color: Fiji Green. HEX triplet: 68, 75 and 0D. RGB value is (104,117,13). Sum of RGB (Red+Green+Blue) = 104+117+13=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #68750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68750D is #978AF2. Grayscale: #656565. Windows color (decimal): -9931507 or 882024. OLE color: 882024.
HSL color Cylindrical-coordinate representation of color #68750D: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68750D is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 13 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.54 |
| HSL | 67.5º | 0.8% | 0.25% | - |
| HSV(B) | 67.5º | 0.89% | 0.46% | - |
| XYZ | 12.14 | 15.69 | 2.77 | - |
| YUV | 101.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 13 | 0.11 | 0 | 0.89 | 0.54 | 67.5 | 0.8 | 0.25 |
| Hex | 68 | 75 | D | B | 0 | 59 | 36 | 44 | 50 | 19 |
| Octal | 150 | 165 | 15 | 13 | 0 | 131 | 66 | 104 | 120 | 31 |
| Binary | 1101000 | 1110101 | 1101 | 1011 | 0 | 1011001 | 110110 | 1000100 | 1010000 | 11001 |
Color Harmonies of #68750D
Complementary color
Monochromatic Colors of #68750D
Black with #68750D
Text Example
Text Example
White with #68750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68750D; }
p { color: rgb(104,117,13); }
H1.HeaderClassName
{
color: #68750D;
}
.AnyTagClassName
{
color: #68750D;
}
</style>
background-color css
<style>
a { background-color: #68750D; }
a { background-color: rgb(104,117,13); }
div.DivClassName
{
background-color: #68750D;
}
.BgClassName
{
background-color: #68750D;
}
</style>
border-color css
<style>
span { border-color: #68750D; }
span { border-color: rgb(104,117,13); }
td.TdClassName
{
border-color: #68750D;
}
.TagClassName
{
border-color: #68750D;
}
</style>