Shades of Fiji Green #65681F
Tints of Fiji Green #65681F
RGB
CMYK
RGB Variations
Color information
#65681F (or 0x65681F) is known color: Fiji Green. HEX triplet: 65, 68 and 1F. RGB value is (101,104,31). Sum of RGB (Red+Green+Blue) = 101+104+31=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #65681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65681F is #9A97E0. Grayscale: #5F5F5F. Windows color (decimal): -10131425 or 2058341. OLE color: 2058341.
HSL color Cylindrical-coordinate representation of color #65681F: hue angle of 62.47º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65681F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 31 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.59 |
| HSL | 62.47º | 0.54% | 0.26% | - |
| HSV(B) | 62.47º | 0.7% | 0.41% | - |
| XYZ | 10.56 | 12.77 | 3.2 | - |
| YUV | 94.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 31 | 0.03 | 0 | 0.70 | 0.59 | 62.47 | 0.54 | 0.26 |
| Hex | 65 | 68 | 1F | 3 | 0 | 46 | 3B | 3E | 36 | 1A |
| Octal | 145 | 150 | 37 | 3 | 0 | 106 | 73 | 76 | 66 | 32 |
| Binary | 1100101 | 1101000 | 11111 | 11 | 0 | 1000110 | 111011 | 111110 | 110110 | 11010 |
Color Harmonies of #65681F
Complementary color
Monochromatic Colors of #65681F
Black with #65681F
Text Example
Text Example
White with #65681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65681F; }
p { color: rgb(101,104,31); }
H1.HeaderClassName
{
color: #65681F;
}
.AnyTagClassName
{
color: #65681F;
}
</style>
background-color css
<style>
a { background-color: #65681F; }
a { background-color: rgb(101,104,31); }
div.DivClassName
{
background-color: #65681F;
}
.BgClassName
{
background-color: #65681F;
}
</style>
border-color css
<style>
span { border-color: #65681F; }
span { border-color: rgb(101,104,31); }
td.TdClassName
{
border-color: #65681F;
}
.TagClassName
{
border-color: #65681F;
}
</style>