Shades of Fiji Green #68770F
Tints of Fiji Green #68770F
RGB
CMYK
RGB Variations
Color information
#68770F (or 0x68770F) is known color: Fiji Green. HEX triplet: 68, 77 and 0F. RGB value is (104,119,15). Sum of RGB (Red+Green+Blue) = 104+119+15=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #68770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68770F is #9788F0. Grayscale: #676767. Windows color (decimal): -9930993 or 1013608. OLE color: 1013608.
HSL color Cylindrical-coordinate representation of color #68770F: hue angle of 68.65º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68770F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 15 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.53 |
| HSL | 68.65º | 0.78% | 0.26% | - |
| HSV(B) | 68.65º | 0.87% | 0.47% | - |
| XYZ | 12.39 | 16.17 | 2.92 | - |
| YUV | 102.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 15 | 0.13 | 0 | 0.87 | 0.53 | 68.65 | 0.78 | 0.26 |
| Hex | 68 | 77 | F | D | 0 | 57 | 35 | 45 | 4E | 1A |
| Octal | 150 | 167 | 17 | 15 | 0 | 127 | 65 | 105 | 116 | 32 |
| Binary | 1101000 | 1110111 | 1111 | 1101 | 0 | 1010111 | 110101 | 1000101 | 1001110 | 11010 |
Color Harmonies of #68770F
Complementary color
Monochromatic Colors of #68770F
Black with #68770F
Text Example
Text Example
White with #68770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68770F; }
p { color: rgb(104,119,15); }
H1.HeaderClassName
{
color: #68770F;
}
.AnyTagClassName
{
color: #68770F;
}
</style>
background-color css
<style>
a { background-color: #68770F; }
a { background-color: rgb(104,119,15); }
div.DivClassName
{
background-color: #68770F;
}
.BgClassName
{
background-color: #68770F;
}
</style>
border-color css
<style>
span { border-color: #68770F; }
span { border-color: rgb(104,119,15); }
td.TdClassName
{
border-color: #68770F;
}
.TagClassName
{
border-color: #68770F;
}
</style>