Shades of Fiji Green #656F10
Tints of Fiji Green #656F10
RGB
CMYK
RGB Variations
Color information
#656F10 (or 0x656F10) is known color: Fiji Green. HEX triplet: 65, 6F and 10. RGB value is (101,111,16). Sum of RGB (Red+Green+Blue) = 101+111+16=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #656F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656F10 is #9A90EF. Grayscale: #616161. Windows color (decimal): -10129648 or 1077093. OLE color: 1077093.
HSL color Cylindrical-coordinate representation of color #656F10: hue angle of 66.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #656F10 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 16 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.56 |
| HSL | 66.32º | 0.75% | 0.25% | - |
| HSV(B) | 66.32º | 0.86% | 0.44% | - |
| XYZ | 11.14 | 14.17 | 2.64 | - |
| YUV | 97.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 16 | 0.09 | 0 | 0.86 | 0.56 | 66.32 | 0.75 | 0.25 |
| Hex | 65 | 6F | 10 | 9 | 0 | 56 | 38 | 42 | 4B | 19 |
| Octal | 145 | 157 | 20 | 11 | 0 | 126 | 70 | 102 | 113 | 31 |
| Binary | 1100101 | 1101111 | 10000 | 1001 | 0 | 1010110 | 111000 | 1000010 | 1001011 | 11001 |
Color Harmonies of #656F10
Complementary color
Monochromatic Colors of #656F10
Black with #656F10
Text Example
Text Example
White with #656F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F10; }
p { color: rgb(101,111,16); }
H1.HeaderClassName
{
color: #656F10;
}
.AnyTagClassName
{
color: #656F10;
}
</style>
background-color css
<style>
a { background-color: #656F10; }
a { background-color: rgb(101,111,16); }
div.DivClassName
{
background-color: #656F10;
}
.BgClassName
{
background-color: #656F10;
}
</style>
border-color css
<style>
span { border-color: #656F10; }
span { border-color: rgb(101,111,16); }
td.TdClassName
{
border-color: #656F10;
}
.TagClassName
{
border-color: #656F10;
}
</style>