Shades of Fiji Green #68751E
Tints of Fiji Green #68751E
RGB
CMYK
RGB Variations
Color information
#68751E (or 0x68751E) is known color: Fiji Green. HEX triplet: 68, 75 and 1E. RGB value is (104,117,30). Sum of RGB (Red+Green+Blue) = 104+117+30=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #68751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68751E is #978AE1. Grayscale: #676767. Windows color (decimal): -9931490 or 1996136. OLE color: 1996136.
HSL color Cylindrical-coordinate representation of color #68751E: hue angle of 68.97º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68751E is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 30 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.54 |
| HSL | 68.97º | 0.59% | 0.29% | - |
| HSV(B) | 68.97º | 0.74% | 0.46% | - |
| XYZ | 12.3 | 15.76 | 3.62 | - |
| YUV | 103.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 30 | 0.11 | 0 | 0.74 | 0.54 | 68.97 | 0.59 | 0.29 |
| Hex | 68 | 75 | 1E | B | 0 | 4A | 36 | 45 | 3B | 1D |
| Octal | 150 | 165 | 36 | 13 | 0 | 112 | 66 | 105 | 73 | 35 |
| Binary | 1101000 | 1110101 | 11110 | 1011 | 0 | 1001010 | 110110 | 1000101 | 111011 | 11101 |
Color Harmonies of #68751E
Complementary color
Monochromatic Colors of #68751E
Black with #68751E
Text Example
Text Example
White with #68751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68751E; }
p { color: rgb(104,117,30); }
H1.HeaderClassName
{
color: #68751E;
}
.AnyTagClassName
{
color: #68751E;
}
</style>
background-color css
<style>
a { background-color: #68751E; }
a { background-color: rgb(104,117,30); }
div.DivClassName
{
background-color: #68751E;
}
.BgClassName
{
background-color: #68751E;
}
</style>
border-color css
<style>
span { border-color: #68751E; }
span { border-color: rgb(104,117,30); }
td.TdClassName
{
border-color: #68751E;
}
.TagClassName
{
border-color: #68751E;
}
</style>