Shades of Fiji Green #656E16
Tints of Fiji Green #656E16
RGB
CMYK
RGB Variations
Color information
#656E16 (or 0x656E16) is known color: Fiji Green. HEX triplet: 65, 6E and 16. RGB value is (101,110,22). Sum of RGB (Red+Green+Blue) = 101+110+22=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #656E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656E16 is #9A91E9. Grayscale: #616161. Windows color (decimal): -10129898 or 1470053. OLE color: 1470053.
HSL color Cylindrical-coordinate representation of color #656E16: hue angle of 66.14º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #656E16 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 22 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.57 |
| HSL | 66.14º | 0.67% | 0.26% | - |
| HSV(B) | 66.14º | 0.8% | 0.43% | - |
| XYZ | 11.09 | 13.98 | 2.87 | - |
| YUV | 97.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 22 | 0.08 | 0 | 0.8 | 0.57 | 66.14 | 0.67 | 0.26 |
| Hex | 65 | 6E | 16 | 8 | 0 | 50 | 39 | 42 | 43 | 1A |
| Octal | 145 | 156 | 26 | 10 | 0 | 120 | 71 | 102 | 103 | 32 |
| Binary | 1100101 | 1101110 | 10110 | 1000 | 0 | 1010000 | 111001 | 1000010 | 1000011 | 11010 |
Color Harmonies of #656E16
Complementary color
Monochromatic Colors of #656E16
Black with #656E16
Text Example
Text Example
White with #656E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E16; }
p { color: rgb(101,110,22); }
H1.HeaderClassName
{
color: #656E16;
}
.AnyTagClassName
{
color: #656E16;
}
</style>
background-color css
<style>
a { background-color: #656E16; }
a { background-color: rgb(101,110,22); }
div.DivClassName
{
background-color: #656E16;
}
.BgClassName
{
background-color: #656E16;
}
</style>
border-color css
<style>
span { border-color: #656E16; }
span { border-color: rgb(101,110,22); }
td.TdClassName
{
border-color: #656E16;
}
.TagClassName
{
border-color: #656E16;
}
</style>