Shades of Fiji Green #656300
Tints of Fiji Green #656300
RGB
CMYK
RGB Variations
Color information
#656300 (or 0x656300) is known color: Fiji Green. HEX triplet: 65, 63 and 00. RGB value is (101,99,0). Sum of RGB (Red+Green+Blue) = 101+99+0=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #656300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656300 is #9A9CFF. Grayscale: #585858. Windows color (decimal): -10132736 or 25445. OLE color: 25445.
HSL color Cylindrical-coordinate representation of color #656300: hue angle of 58.81º 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 #656300 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.60 |
| HSL | 58.81º | 1% | 0.2% | - |
| HSV(B) | 58.81º | 1% | 0.4% | - |
| XYZ | 9.83 | 11.69 | 1.74 | - |
| YUV | 88.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 0 | 0 | 0.02 | 1 | 0.60 | 58.81 | 1 | 0.2 |
| Hex | 65 | 63 | 0 | 0 | 2 | 64 | 3C | 3B | 64 | 14 |
| Octal | 145 | 143 | 0 | 0 | 2 | 144 | 74 | 73 | 144 | 24 |
| Binary | 1100101 | 1100011 | 0 | 0 | 10 | 1100100 | 111100 | 111011 | 1100100 | 10100 |
Color Harmonies of #656300
Complementary color
Monochromatic Colors of #656300
Black with #656300
Text Example
Text Example
White with #656300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656300; }
p { color: rgb(101,99,0); }
H1.HeaderClassName
{
color: #656300;
}
.AnyTagClassName
{
color: #656300;
}
</style>
background-color css
<style>
a { background-color: #656300; }
a { background-color: rgb(101,99,0); }
div.DivClassName
{
background-color: #656300;
}
.BgClassName
{
background-color: #656300;
}
</style>
border-color css
<style>
span { border-color: #656300; }
span { border-color: rgb(101,99,0); }
td.TdClassName
{
border-color: #656300;
}
.TagClassName
{
border-color: #656300;
}
</style>