Shades of Fiji Green #656004
Tints of Fiji Green #656004
RGB
CMYK
RGB Variations
Color information
#656004 (or 0x656004) is known color: Fiji Green. HEX triplet: 65, 60 and 04. RGB value is (101,96,4). Sum of RGB (Red+Green+Blue) = 101+96+4=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #656004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656004 is #9A9FFB. Grayscale: #575757. Windows color (decimal): -10133500 or 286821. OLE color: 286821.
HSL color Cylindrical-coordinate representation of color #656004: hue angle of 56.91º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #656004 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 4 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.60 |
| HSL | 56.91º | 0.92% | 0.21% | - |
| HSV(B) | 56.91º | 0.96% | 0.4% | - |
| XYZ | 9.57 | 11.14 | 1.76 | - |
| YUV | 87.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 4 | 0 | 0.05 | 0.96 | 0.60 | 56.91 | 0.92 | 0.21 |
| Hex | 65 | 60 | 4 | 0 | 5 | 60 | 3C | 39 | 5C | 15 |
| Octal | 145 | 140 | 4 | 0 | 5 | 140 | 74 | 71 | 134 | 25 |
| Binary | 1100101 | 1100000 | 100 | 0 | 101 | 1100000 | 111100 | 111001 | 1011100 | 10101 |
Color Harmonies of #656004
Complementary color
Monochromatic Colors of #656004
Black with #656004
Text Example
Text Example
White with #656004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656004; }
p { color: rgb(101,96,4); }
H1.HeaderClassName
{
color: #656004;
}
.AnyTagClassName
{
color: #656004;
}
</style>
background-color css
<style>
a { background-color: #656004; }
a { background-color: rgb(101,96,4); }
div.DivClassName
{
background-color: #656004;
}
.BgClassName
{
background-color: #656004;
}
</style>
border-color css
<style>
span { border-color: #656004; }
span { border-color: rgb(101,96,4); }
td.TdClassName
{
border-color: #656004;
}
.TagClassName
{
border-color: #656004;
}
</style>