Shades of Fiji Green #65760E
Tints of Fiji Green #65760E
RGB
CMYK
RGB Variations
Color information
#65760E (or 0x65760E) is known color: Fiji Green. HEX triplet: 65, 76 and 0E. RGB value is (101,118,14). Sum of RGB (Red+Green+Blue) = 101+118+14=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #65760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65760E is #9A89F1. Grayscale: #656565. Windows color (decimal): -10127858 or 947813. OLE color: 947813.
HSL color Cylindrical-coordinate representation of color #65760E: hue angle of 69.81º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65760E is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 14 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.54 |
| HSL | 69.81º | 0.79% | 0.26% | - |
| HSV(B) | 69.81º | 0.88% | 0.46% | - |
| XYZ | 11.92 | 15.76 | 2.83 | - |
| YUV | 101.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 14 | 0.14 | 0 | 0.88 | 0.54 | 69.81 | 0.79 | 0.26 |
| Hex | 65 | 76 | E | E | 0 | 58 | 36 | 46 | 4F | 1A |
| Octal | 145 | 166 | 16 | 16 | 0 | 130 | 66 | 106 | 117 | 32 |
| Binary | 1100101 | 1110110 | 1110 | 1110 | 0 | 1011000 | 110110 | 1000110 | 1001111 | 11010 |
Color Harmonies of #65760E
Complementary color
Monochromatic Colors of #65760E
Black with #65760E
Text Example
Text Example
White with #65760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65760E; }
p { color: rgb(101,118,14); }
H1.HeaderClassName
{
color: #65760E;
}
.AnyTagClassName
{
color: #65760E;
}
</style>
background-color css
<style>
a { background-color: #65760E; }
a { background-color: rgb(101,118,14); }
div.DivClassName
{
background-color: #65760E;
}
.BgClassName
{
background-color: #65760E;
}
</style>
border-color css
<style>
span { border-color: #65760E; }
span { border-color: rgb(101,118,14); }
td.TdClassName
{
border-color: #65760E;
}
.TagClassName
{
border-color: #65760E;
}
</style>