Shades of Fiji Green #65770E
Tints of Fiji Green #65770E
RGB
CMYK
RGB Variations
Color information
#65770E (or 0x65770E) is known color: Fiji Green. HEX triplet: 65, 77 and 0E. RGB value is (101,119,14). Sum of RGB (Red+Green+Blue) = 101+119+14=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #65770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65770E is #9A88F1. Grayscale: #666666. Windows color (decimal): -10127602 or 948069. OLE color: 948069.
HSL color Cylindrical-coordinate representation of color #65770E: hue angle of 70.29º 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 #65770E is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 14 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.53 |
| HSL | 70.29º | 0.79% | 0.26% | - |
| HSV(B) | 70.29º | 0.88% | 0.47% | - |
| XYZ | 12.04 | 15.99 | 2.87 | - |
| YUV | 101.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 14 | 0.15 | 0 | 0.88 | 0.53 | 70.29 | 0.79 | 0.26 |
| Hex | 65 | 77 | E | F | 0 | 58 | 35 | 46 | 4F | 1A |
| Octal | 145 | 167 | 16 | 17 | 0 | 130 | 65 | 106 | 117 | 32 |
| Binary | 1100101 | 1110111 | 1110 | 1111 | 0 | 1011000 | 110101 | 1000110 | 1001111 | 11010 |
Color Harmonies of #65770E
Complementary color
Monochromatic Colors of #65770E
Black with #65770E
Text Example
Text Example
White with #65770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65770E; }
p { color: rgb(101,119,14); }
H1.HeaderClassName
{
color: #65770E;
}
.AnyTagClassName
{
color: #65770E;
}
</style>
background-color css
<style>
a { background-color: #65770E; }
a { background-color: rgb(101,119,14); }
div.DivClassName
{
background-color: #65770E;
}
.BgClassName
{
background-color: #65770E;
}
</style>
border-color css
<style>
span { border-color: #65770E; }
span { border-color: rgb(101,119,14); }
td.TdClassName
{
border-color: #65770E;
}
.TagClassName
{
border-color: #65770E;
}
</style>