Shades of Fiji Green #656C10
Tints of Fiji Green #656C10
RGB
CMYK
RGB Variations
Color information
#656C10 (or 0x656C10) is known color: Fiji Green. HEX triplet: 65, 6C and 10. RGB value is (101,108,16). Sum of RGB (Red+Green+Blue) = 101+108+16=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #656C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656C10 is #9A93EF. Grayscale: #5F5F5F. Windows color (decimal): -10130416 or 1076325. OLE color: 1076325.
HSL color Cylindrical-coordinate representation of color #656C10: hue angle of 64.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #656C10 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 108 | 16 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.58 |
| HSL | 64.57º | 0.74% | 0.24% | - |
| HSV(B) | 64.57º | 0.85% | 0.42% | - |
| XYZ | 10.82 | 13.53 | 2.53 | - |
| YUV | 95.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 16 | 0.06 | 0 | 0.85 | 0.58 | 64.57 | 0.74 | 0.24 |
| Hex | 65 | 6C | 10 | 6 | 0 | 55 | 3A | 41 | 4A | 18 |
| Octal | 145 | 154 | 20 | 6 | 0 | 125 | 72 | 101 | 112 | 30 |
| Binary | 1100101 | 1101100 | 10000 | 110 | 0 | 1010101 | 111010 | 1000001 | 1001010 | 11000 |
Color Harmonies of #656C10
Complementary color
Monochromatic Colors of #656C10
Black with #656C10
Text Example
Text Example
White with #656C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C10; }
p { color: rgb(101,108,16); }
H1.HeaderClassName
{
color: #656C10;
}
.AnyTagClassName
{
color: #656C10;
}
</style>
background-color css
<style>
a { background-color: #656C10; }
a { background-color: rgb(101,108,16); }
div.DivClassName
{
background-color: #656C10;
}
.BgClassName
{
background-color: #656C10;
}
</style>
border-color css
<style>
span { border-color: #656C10; }
span { border-color: rgb(101,108,16); }
td.TdClassName
{
border-color: #656C10;
}
.TagClassName
{
border-color: #656C10;
}
</style>