Shades of Fiji Green #68770D
Tints of Fiji Green #68770D
RGB
CMYK
RGB Variations
Color information
#68770D (or 0x68770D) is known color: Fiji Green. HEX triplet: 68, 77 and 0D. RGB value is (104,119,13). Sum of RGB (Red+Green+Blue) = 104+119+13=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #68770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68770D is #9788F2. Grayscale: #666666. Windows color (decimal): -9930995 or 882536. OLE color: 882536.
HSL color Cylindrical-coordinate representation of color #68770D: hue angle of 68.49º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68770D is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 13 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.53 |
| HSL | 68.49º | 0.8% | 0.26% | - |
| HSV(B) | 68.49º | 0.89% | 0.47% | - |
| XYZ | 12.38 | 16.17 | 2.85 | - |
| YUV | 102.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 13 | 0.13 | 0 | 0.89 | 0.53 | 68.49 | 0.8 | 0.26 |
| Hex | 68 | 77 | D | D | 0 | 59 | 35 | 44 | 50 | 1A |
| Octal | 150 | 167 | 15 | 15 | 0 | 131 | 65 | 104 | 120 | 32 |
| Binary | 1101000 | 1110111 | 1101 | 1101 | 0 | 1011001 | 110101 | 1000100 | 1010000 | 11010 |
Color Harmonies of #68770D
Complementary color
Monochromatic Colors of #68770D
Black with #68770D
Text Example
Text Example
White with #68770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68770D; }
p { color: rgb(104,119,13); }
H1.HeaderClassName
{
color: #68770D;
}
.AnyTagClassName
{
color: #68770D;
}
</style>
background-color css
<style>
a { background-color: #68770D; }
a { background-color: rgb(104,119,13); }
div.DivClassName
{
background-color: #68770D;
}
.BgClassName
{
background-color: #68770D;
}
</style>
border-color css
<style>
span { border-color: #68770D; }
span { border-color: rgb(104,119,13); }
td.TdClassName
{
border-color: #68770D;
}
.TagClassName
{
border-color: #68770D;
}
</style>