Shades of Fiji Green #65790E
Tints of Fiji Green #65790E
RGB
CMYK
RGB Variations
Color information
#65790E (or 0x65790E) is known color: Fiji Green. HEX triplet: 65, 79 and 0E. RGB value is (101,121,14). Sum of RGB (Red+Green+Blue) = 101+121+14=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #65790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65790E is #9A86F1. Grayscale: #676767. Windows color (decimal): -10127090 or 948581. OLE color: 948581.
HSL color Cylindrical-coordinate representation of color #65790E: hue angle of 71.21º degrees, saturation: 0.79, 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 #65790E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 14 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.53 |
| HSL | 71.21º | 0.79% | 0.26% | - |
| HSV(B) | 71.21º | 0.88% | 0.47% | - |
| XYZ | 12.28 | 16.47 | 2.95 | - |
| YUV | 102.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 14 | 0.17 | 0 | 0.88 | 0.53 | 71.21 | 0.79 | 0.26 |
| Hex | 65 | 79 | E | 11 | 0 | 58 | 35 | 47 | 4F | 1A |
| Octal | 145 | 171 | 16 | 21 | 0 | 130 | 65 | 107 | 117 | 32 |
| Binary | 1100101 | 1111001 | 1110 | 10001 | 0 | 1011000 | 110101 | 1000111 | 1001111 | 11010 |
Color Harmonies of #65790E
Complementary color
Monochromatic Colors of #65790E
Black with #65790E
Text Example
Text Example
White with #65790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65790E; }
p { color: rgb(101,121,14); }
H1.HeaderClassName
{
color: #65790E;
}
.AnyTagClassName
{
color: #65790E;
}
</style>
background-color css
<style>
a { background-color: #65790E; }
a { background-color: rgb(101,121,14); }
div.DivClassName
{
background-color: #65790E;
}
.BgClassName
{
background-color: #65790E;
}
</style>
border-color css
<style>
span { border-color: #65790E; }
span { border-color: rgb(101,121,14); }
td.TdClassName
{
border-color: #65790E;
}
.TagClassName
{
border-color: #65790E;
}
</style>