Shades of Fiji Green #68800F
Tints of Fiji Green #68800F
RGB
CMYK
RGB Variations
Color information
#68800F (or 0x68800F) is known color: Fiji Green. HEX triplet: 68, 80 and 0F. RGB value is (104,128,15). Sum of RGB (Red+Green+Blue) = 104+128+15=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #68800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68800F is #977FF0. Grayscale: #6C6C6C. Windows color (decimal): -9928689 or 1015912. OLE color: 1015912.
HSL color Cylindrical-coordinate representation of color #68800F: hue angle of 72.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68800F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 15 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.50 |
| HSL | 72.74º | 0.79% | 0.28% | - |
| HSV(B) | 72.74º | 0.88% | 0.5% | - |
| XYZ | 13.51 | 18.42 | 3.29 | - |
| YUV | 107.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 15 | 0.19 | 0 | 0.88 | 0.50 | 72.74 | 0.79 | 0.28 |
| Hex | 68 | 80 | F | 13 | 0 | 58 | 32 | 49 | 4F | 1C |
| Octal | 150 | 200 | 17 | 23 | 0 | 130 | 62 | 111 | 117 | 34 |
| Binary | 1101000 | 10000000 | 1111 | 10011 | 0 | 1011000 | 110010 | 1001001 | 1001111 | 11100 |
Color Harmonies of #68800F
Complementary color
Monochromatic Colors of #68800F
Black with #68800F
Text Example
Text Example
White with #68800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68800F; }
p { color: rgb(104,128,15); }
H1.HeaderClassName
{
color: #68800F;
}
.AnyTagClassName
{
color: #68800F;
}
</style>
background-color css
<style>
a { background-color: #68800F; }
a { background-color: rgb(104,128,15); }
div.DivClassName
{
background-color: #68800F;
}
.BgClassName
{
background-color: #68800F;
}
</style>
border-color css
<style>
span { border-color: #68800F; }
span { border-color: rgb(104,128,15); }
td.TdClassName
{
border-color: #68800F;
}
.TagClassName
{
border-color: #68800F;
}
</style>