Shades of Fiji Green #656A16
Tints of Fiji Green #656A16
RGB
CMYK
RGB Variations
Color information
#656A16 (or 0x656A16) is known color: Fiji Green. HEX triplet: 65, 6A and 16. RGB value is (101,106,22). Sum of RGB (Red+Green+Blue) = 101+106+22=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #656A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656A16 is #9A95E9. Grayscale: #5F5F5F. Windows color (decimal): -10130922 or 1469029. OLE color: 1469029.
HSL color Cylindrical-coordinate representation of color #656A16: hue angle of 63.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #656A16 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 22 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.58 |
| HSL | 63.57º | 0.66% | 0.25% | - |
| HSV(B) | 63.57º | 0.79% | 0.42% | - |
| XYZ | 10.67 | 13.13 | 2.73 | - |
| YUV | 94.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 22 | 0.05 | 0 | 0.79 | 0.58 | 63.57 | 0.66 | 0.25 |
| Hex | 65 | 6A | 16 | 5 | 0 | 4F | 3A | 40 | 42 | 19 |
| Octal | 145 | 152 | 26 | 5 | 0 | 117 | 72 | 100 | 102 | 31 |
| Binary | 1100101 | 1101010 | 10110 | 101 | 0 | 1001111 | 111010 | 1000000 | 1000010 | 11001 |
Color Harmonies of #656A16
Complementary color
Monochromatic Colors of #656A16
Black with #656A16
Text Example
Text Example
White with #656A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A16; }
p { color: rgb(101,106,22); }
H1.HeaderClassName
{
color: #656A16;
}
.AnyTagClassName
{
color: #656A16;
}
</style>
background-color css
<style>
a { background-color: #656A16; }
a { background-color: rgb(101,106,22); }
div.DivClassName
{
background-color: #656A16;
}
.BgClassName
{
background-color: #656A16;
}
</style>
border-color css
<style>
span { border-color: #656A16; }
span { border-color: rgb(101,106,22); }
td.TdClassName
{
border-color: #656A16;
}
.TagClassName
{
border-color: #656A16;
}
</style>