Shades of Fiji Green #656D06
Tints of Fiji Green #656D06
RGB
CMYK
RGB Variations
Color information
#656D06 (or 0x656D06) is known color: Fiji Green. HEX triplet: 65, 6D and 06. RGB value is (101,109,6). Sum of RGB (Red+Green+Blue) = 101+109+6=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #656D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656D06 is #9A92F9. Grayscale: #5F5F5F. Windows color (decimal): -10130170 or 421221. OLE color: 421221.
HSL color Cylindrical-coordinate representation of color #656D06: hue angle of 64.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #656D06 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 6 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.57 |
| HSL | 64.66º | 0.9% | 0.23% | - |
| HSV(B) | 64.66º | 0.94% | 0.43% | - |
| XYZ | 10.87 | 13.72 | 2.25 | - |
| YUV | 94.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 6 | 0.07 | 0 | 0.94 | 0.57 | 64.66 | 0.9 | 0.23 |
| Hex | 65 | 6D | 6 | 7 | 0 | 5E | 39 | 41 | 5A | 17 |
| Octal | 145 | 155 | 6 | 7 | 0 | 136 | 71 | 101 | 132 | 27 |
| Binary | 1100101 | 1101101 | 110 | 111 | 0 | 1011110 | 111001 | 1000001 | 1011010 | 10111 |
Color Harmonies of #656D06
Complementary color
Monochromatic Colors of #656D06
Black with #656D06
Text Example
Text Example
White with #656D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D06; }
p { color: rgb(101,109,6); }
H1.HeaderClassName
{
color: #656D06;
}
.AnyTagClassName
{
color: #656D06;
}
</style>
background-color css
<style>
a { background-color: #656D06; }
a { background-color: rgb(101,109,6); }
div.DivClassName
{
background-color: #656D06;
}
.BgClassName
{
background-color: #656D06;
}
</style>
border-color css
<style>
span { border-color: #656D06; }
span { border-color: rgb(101,109,6); }
td.TdClassName
{
border-color: #656D06;
}
.TagClassName
{
border-color: #656D06;
}
</style>