Shades of Fiji Green #656910
Tints of Fiji Green #656910
RGB
CMYK
RGB Variations
Color information
#656910 (or 0x656910) is known color: Fiji Green. HEX triplet: 65, 69 and 10. RGB value is (101,105,16). Sum of RGB (Red+Green+Blue) = 101+105+16=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #656910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656910 is #9A96EF. Grayscale: #5E5E5E. Windows color (decimal): -10131184 or 1075557. OLE color: 1075557.
HSL color Cylindrical-coordinate representation of color #656910: hue angle of 62.7º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #656910 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 16 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.59 |
| HSL | 62.7º | 0.74% | 0.24% | - |
| HSV(B) | 62.7º | 0.85% | 0.41% | - |
| XYZ | 10.51 | 12.91 | 2.43 | - |
| YUV | 93.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 16 | 0.04 | 0 | 0.85 | 0.59 | 62.7 | 0.74 | 0.24 |
| Hex | 65 | 69 | 10 | 4 | 0 | 55 | 3B | 3F | 4A | 18 |
| Octal | 145 | 151 | 20 | 4 | 0 | 125 | 73 | 77 | 112 | 30 |
| Binary | 1100101 | 1101001 | 10000 | 100 | 0 | 1010101 | 111011 | 111111 | 1001010 | 11000 |
Color Harmonies of #656910
Complementary color
Monochromatic Colors of #656910
Black with #656910
Text Example
Text Example
White with #656910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656910; }
p { color: rgb(101,105,16); }
H1.HeaderClassName
{
color: #656910;
}
.AnyTagClassName
{
color: #656910;
}
</style>
background-color css
<style>
a { background-color: #656910; }
a { background-color: rgb(101,105,16); }
div.DivClassName
{
background-color: #656910;
}
.BgClassName
{
background-color: #656910;
}
</style>
border-color css
<style>
span { border-color: #656910; }
span { border-color: rgb(101,105,16); }
td.TdClassName
{
border-color: #656910;
}
.TagClassName
{
border-color: #656910;
}
</style>