Shades of Fiji Green #656411
Tints of Fiji Green #656411
RGB
CMYK
RGB Variations
Color information
#656411 (or 0x656411) is known color: Fiji Green. HEX triplet: 65, 64 and 11. RGB value is (101,100,17). Sum of RGB (Red+Green+Blue) = 101+100+17=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #656411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656411 is #9A9BEE. Grayscale: #5B5B5B. Windows color (decimal): -10132463 or 1139813. OLE color: 1139813.
HSL color Cylindrical-coordinate representation of color #656411: hue angle of 59.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #656411 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 17 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.60 |
| HSL | 59.29º | 0.71% | 0.23% | - |
| HSV(B) | 59.29º | 0.83% | 0.4% | - |
| XYZ | 10.03 | 11.92 | 2.3 | - |
| YUV | 90.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 17 | 0 | 0.01 | 0.83 | 0.60 | 59.29 | 0.71 | 0.23 |
| Hex | 65 | 64 | 11 | 0 | 1 | 53 | 3C | 3B | 47 | 17 |
| Octal | 145 | 144 | 21 | 0 | 1 | 123 | 74 | 73 | 107 | 27 |
| Binary | 1100101 | 1100100 | 10001 | 0 | 1 | 1010011 | 111100 | 111011 | 1000111 | 10111 |
Color Harmonies of #656411
Complementary color
Monochromatic Colors of #656411
Black with #656411
Text Example
Text Example
White with #656411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656411; }
p { color: rgb(101,100,17); }
H1.HeaderClassName
{
color: #656411;
}
.AnyTagClassName
{
color: #656411;
}
</style>
background-color css
<style>
a { background-color: #656411; }
a { background-color: rgb(101,100,17); }
div.DivClassName
{
background-color: #656411;
}
.BgClassName
{
background-color: #656411;
}
</style>
border-color css
<style>
span { border-color: #656411; }
span { border-color: rgb(101,100,17); }
td.TdClassName
{
border-color: #656411;
}
.TagClassName
{
border-color: #656411;
}
</style>