Shades of Fiji Green #65740E
Tints of Fiji Green #65740E
RGB
CMYK
RGB Variations
Color information
#65740E (or 0x65740E) is known color: Fiji Green. HEX triplet: 65, 74 and 0E. RGB value is (101,116,14). Sum of RGB (Red+Green+Blue) = 101+116+14=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #65740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65740E is #9A8BF1. Grayscale: #646464. Windows color (decimal): -10128370 or 947301. OLE color: 947301.
HSL color Cylindrical-coordinate representation of color #65740E: hue angle of 68.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65740E is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 14 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.55 |
| HSL | 68.82º | 0.78% | 0.25% | - |
| HSV(B) | 68.82º | 0.88% | 0.45% | - |
| XYZ | 11.69 | 15.29 | 2.75 | - |
| YUV | 99.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 14 | 0.13 | 0 | 0.88 | 0.55 | 68.82 | 0.78 | 0.25 |
| Hex | 65 | 74 | E | D | 0 | 58 | 37 | 45 | 4E | 19 |
| Octal | 145 | 164 | 16 | 15 | 0 | 130 | 67 | 105 | 116 | 31 |
| Binary | 1100101 | 1110100 | 1110 | 1101 | 0 | 1011000 | 110111 | 1000101 | 1001110 | 11001 |
Color Harmonies of #65740E
Complementary color
Monochromatic Colors of #65740E
Black with #65740E
Text Example
Text Example
White with #65740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65740E; }
p { color: rgb(101,116,14); }
H1.HeaderClassName
{
color: #65740E;
}
.AnyTagClassName
{
color: #65740E;
}
</style>
background-color css
<style>
a { background-color: #65740E; }
a { background-color: rgb(101,116,14); }
div.DivClassName
{
background-color: #65740E;
}
.BgClassName
{
background-color: #65740E;
}
</style>
border-color css
<style>
span { border-color: #65740E; }
span { border-color: rgb(101,116,14); }
td.TdClassName
{
border-color: #65740E;
}
.TagClassName
{
border-color: #65740E;
}
</style>