Shades of Fiji Green #68751B
Tints of Fiji Green #68751B
RGB
CMYK
RGB Variations
Color information
#68751B (or 0x68751B) is known color: Fiji Green. HEX triplet: 68, 75 and 1B. RGB value is (104,117,27). Sum of RGB (Red+Green+Blue) = 104+117+27=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #68751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68751B is #978AE4. Grayscale: #676767. Windows color (decimal): -9931493 or 1799528. OLE color: 1799528.
HSL color Cylindrical-coordinate representation of color #68751B: hue angle of 68.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68751B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 27 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.54 |
| HSL | 68.67º | 0.63% | 0.28% | - |
| HSV(B) | 68.67º | 0.77% | 0.46% | - |
| XYZ | 12.27 | 15.74 | 3.43 | - |
| YUV | 102.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 27 | 0.11 | 0 | 0.77 | 0.54 | 68.67 | 0.63 | 0.28 |
| Hex | 68 | 75 | 1B | B | 0 | 4D | 36 | 45 | 3E | 1C |
| Octal | 150 | 165 | 33 | 13 | 0 | 115 | 66 | 105 | 76 | 34 |
| Binary | 1101000 | 1110101 | 11011 | 1011 | 0 | 1001101 | 110110 | 1000101 | 111110 | 11100 |
Color Harmonies of #68751B
Complementary color
Monochromatic Colors of #68751B
Black with #68751B
Text Example
Text Example
White with #68751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68751B; }
p { color: rgb(104,117,27); }
H1.HeaderClassName
{
color: #68751B;
}
.AnyTagClassName
{
color: #68751B;
}
</style>
background-color css
<style>
a { background-color: #68751B; }
a { background-color: rgb(104,117,27); }
div.DivClassName
{
background-color: #68751B;
}
.BgClassName
{
background-color: #68751B;
}
</style>
border-color css
<style>
span { border-color: #68751B; }
span { border-color: rgb(104,117,27); }
td.TdClassName
{
border-color: #68751B;
}
.TagClassName
{
border-color: #68751B;
}
</style>