Shades of Fiji Green #656B10
Tints of Fiji Green #656B10
RGB
CMYK
RGB Variations
Color information
#656B10 (or 0x656B10) is known color: Fiji Green. HEX triplet: 65, 6B and 10. RGB value is (101,107,16). Sum of RGB (Red+Green+Blue) = 101+107+16=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #656B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656B10 is #9A94EF. Grayscale: #5F5F5F. Windows color (decimal): -10130672 or 1076069. OLE color: 1076069.
HSL color Cylindrical-coordinate representation of color #656B10: hue angle of 63.96º 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 #656B10 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 16 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.58 |
| HSL | 63.96º | 0.74% | 0.24% | - |
| HSV(B) | 63.96º | 0.85% | 0.42% | - |
| XYZ | 10.72 | 13.32 | 2.5 | - |
| YUV | 94.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 16 | 0.06 | 0 | 0.85 | 0.58 | 63.96 | 0.74 | 0.24 |
| Hex | 65 | 6B | 10 | 6 | 0 | 55 | 3A | 40 | 4A | 18 |
| Octal | 145 | 153 | 20 | 6 | 0 | 125 | 72 | 100 | 112 | 30 |
| Binary | 1100101 | 1101011 | 10000 | 110 | 0 | 1010101 | 111010 | 1000000 | 1001010 | 11000 |
Color Harmonies of #656B10
Complementary color
Monochromatic Colors of #656B10
Black with #656B10
Text Example
Text Example
White with #656B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B10; }
p { color: rgb(101,107,16); }
H1.HeaderClassName
{
color: #656B10;
}
.AnyTagClassName
{
color: #656B10;
}
</style>
background-color css
<style>
a { background-color: #656B10; }
a { background-color: rgb(101,107,16); }
div.DivClassName
{
background-color: #656B10;
}
.BgClassName
{
background-color: #656B10;
}
</style>
border-color css
<style>
span { border-color: #656B10; }
span { border-color: rgb(101,107,16); }
td.TdClassName
{
border-color: #656B10;
}
.TagClassName
{
border-color: #656B10;
}
</style>