Shades of Fiji Green #68761E
Tints of Fiji Green #68761E
RGB
CMYK
RGB Variations
Color information
#68761E (or 0x68761E) is known color: Fiji Green. HEX triplet: 68, 76 and 1E. RGB value is (104,118,30). Sum of RGB (Red+Green+Blue) = 104+118+30=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #68761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761E is #9789E1. Grayscale: #686868. Windows color (decimal): -9931234 or 1996392. OLE color: 1996392.
HSL color Cylindrical-coordinate representation of color #68761E: hue angle of 69.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68761E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 30 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.54 |
| HSL | 69.55º | 0.59% | 0.29% | - |
| HSV(B) | 69.55º | 0.75% | 0.46% | - |
| XYZ | 12.42 | 15.99 | 3.66 | - |
| YUV | 103.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 30 | 0.12 | 0 | 0.75 | 0.54 | 69.55 | 0.59 | 0.29 |
| Hex | 68 | 76 | 1E | C | 0 | 4B | 36 | 46 | 3B | 1D |
| Octal | 150 | 166 | 36 | 14 | 0 | 113 | 66 | 106 | 73 | 35 |
| Binary | 1101000 | 1110110 | 11110 | 1100 | 0 | 1001011 | 110110 | 1000110 | 111011 | 11101 |
Color Harmonies of #68761E
Complementary color
Monochromatic Colors of #68761E
Black with #68761E
Text Example
Text Example
White with #68761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68761E; }
p { color: rgb(104,118,30); }
H1.HeaderClassName
{
color: #68761E;
}
.AnyTagClassName
{
color: #68761E;
}
</style>
background-color css
<style>
a { background-color: #68761E; }
a { background-color: rgb(104,118,30); }
div.DivClassName
{
background-color: #68761E;
}
.BgClassName
{
background-color: #68761E;
}
</style>
border-color css
<style>
span { border-color: #68761E; }
span { border-color: rgb(104,118,30); }
td.TdClassName
{
border-color: #68761E;
}
.TagClassName
{
border-color: #68761E;
}
</style>