Shades of Fiji Green #656200
Tints of Fiji Green #656200
RGB
CMYK
RGB Variations
Color information
#656200 (or 0x656200) is known color: Fiji Green. HEX triplet: 65, 62 and 00. RGB value is (101,98,0). Sum of RGB (Red+Green+Blue) = 101+98+0=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #656200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656200 is #9A9DFF. Grayscale: #585858. Windows color (decimal): -10132992 or 25189. OLE color: 25189.
HSL color Cylindrical-coordinate representation of color #656200: hue angle of 58.22º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.60 |
| HSL | 58.22º | 1% | 0.2% | - |
| HSV(B) | 58.22º | 1% | 0.4% | - |
| XYZ | 9.73 | 11.5 | 1.71 | - |
| YUV | 87.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 0 | 0 | 0.03 | 1 | 0.60 | 58.22 | 1 | 0.2 |
| Hex | 65 | 62 | 0 | 0 | 3 | 64 | 3C | 3A | 64 | 14 |
| Octal | 145 | 142 | 0 | 0 | 3 | 144 | 74 | 72 | 144 | 24 |
| Binary | 1100101 | 1100010 | 0 | 0 | 11 | 1100100 | 111100 | 111010 | 1100100 | 10100 |
Color Harmonies of #656200
Complementary color
Monochromatic Colors of #656200
Black with #656200
Text Example
Text Example
White with #656200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656200; }
p { color: rgb(101,98,0); }
H1.HeaderClassName
{
color: #656200;
}
.AnyTagClassName
{
color: #656200;
}
</style>
background-color css
<style>
a { background-color: #656200; }
a { background-color: rgb(101,98,0); }
div.DivClassName
{
background-color: #656200;
}
.BgClassName
{
background-color: #656200;
}
</style>
border-color css
<style>
span { border-color: #656200; }
span { border-color: rgb(101,98,0); }
td.TdClassName
{
border-color: #656200;
}
.TagClassName
{
border-color: #656200;
}
</style>