Shades of Fiji Green #65780F
Tints of Fiji Green #65780F
RGB
CMYK
RGB Variations
Color information
#65780F (or 0x65780F) is known color: Fiji Green. HEX triplet: 65, 78 and 0F. RGB value is (101,120,15). Sum of RGB (Red+Green+Blue) = 101+120+15=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #65780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65780F is #9A87F0. Grayscale: #666666. Windows color (decimal): -10127345 or 1013861. OLE color: 1013861.
HSL color Cylindrical-coordinate representation of color #65780F: hue angle of 70.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65780F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 15 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.53 |
| HSL | 70.86º | 0.78% | 0.26% | - |
| HSV(B) | 70.86º | 0.88% | 0.47% | - |
| XYZ | 12.17 | 16.23 | 2.94 | - |
| YUV | 102.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 15 | 0.16 | 0 | 0.87 | 0.53 | 70.86 | 0.78 | 0.26 |
| Hex | 65 | 78 | F | 10 | 0 | 57 | 35 | 47 | 4E | 1A |
| Octal | 145 | 170 | 17 | 20 | 0 | 127 | 65 | 107 | 116 | 32 |
| Binary | 1100101 | 1111000 | 1111 | 10000 | 0 | 1010111 | 110101 | 1000111 | 1001110 | 11010 |
Color Harmonies of #65780F
Complementary color
Monochromatic Colors of #65780F
Black with #65780F
Text Example
Text Example
White with #65780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65780F; }
p { color: rgb(101,120,15); }
H1.HeaderClassName
{
color: #65780F;
}
.AnyTagClassName
{
color: #65780F;
}
</style>
background-color css
<style>
a { background-color: #65780F; }
a { background-color: rgb(101,120,15); }
div.DivClassName
{
background-color: #65780F;
}
.BgClassName
{
background-color: #65780F;
}
</style>
border-color css
<style>
span { border-color: #65780F; }
span { border-color: rgb(101,120,15); }
td.TdClassName
{
border-color: #65780F;
}
.TagClassName
{
border-color: #65780F;
}
</style>