Shades of Fiji Green #65740C
Tints of Fiji Green #65740C
RGB
CMYK
RGB Variations
Color information
#65740C (or 0x65740C) is known color: Fiji Green. HEX triplet: 65, 74 and 0C. RGB value is (101,116,12). Sum of RGB (Red+Green+Blue) = 101+116+12=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #65740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65740C is #9A8BF3. Grayscale: #646464. Windows color (decimal): -10128372 or 816229. OLE color: 816229.
HSL color Cylindrical-coordinate representation of color #65740C: hue angle of 68.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65740C is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 12 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.55 |
| HSL | 68.65º | 0.81% | 0.25% | - |
| HSV(B) | 68.65º | 0.9% | 0.45% | - |
| XYZ | 11.68 | 15.28 | 2.68 | - |
| YUV | 99.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 12 | 0.13 | 0 | 0.90 | 0.55 | 68.65 | 0.81 | 0.25 |
| Hex | 65 | 74 | C | D | 0 | 5A | 37 | 45 | 51 | 19 |
| Octal | 145 | 164 | 14 | 15 | 0 | 132 | 67 | 105 | 121 | 31 |
| Binary | 1100101 | 1110100 | 1100 | 1101 | 0 | 1011010 | 110111 | 1000101 | 1010001 | 11001 |
Color Harmonies of #65740C
Complementary color
Monochromatic Colors of #65740C
Black with #65740C
Text Example
Text Example
White with #65740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65740C; }
p { color: rgb(101,116,12); }
H1.HeaderClassName
{
color: #65740C;
}
.AnyTagClassName
{
color: #65740C;
}
</style>
background-color css
<style>
a { background-color: #65740C; }
a { background-color: rgb(101,116,12); }
div.DivClassName
{
background-color: #65740C;
}
.BgClassName
{
background-color: #65740C;
}
</style>
border-color css
<style>
span { border-color: #65740C; }
span { border-color: rgb(101,116,12); }
td.TdClassName
{
border-color: #65740C;
}
.TagClassName
{
border-color: #65740C;
}
</style>