Shades of Fiji Green #656818
Tints of Fiji Green #656818
RGB
CMYK
RGB Variations
Color information
#656818 (or 0x656818) is known color: Fiji Green. HEX triplet: 65, 68 and 18. RGB value is (101,104,24). Sum of RGB (Red+Green+Blue) = 101+104+24=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #656818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656818 is #9A97E7. Grayscale: #5E5E5E. Windows color (decimal): -10131432 or 1599589. OLE color: 1599589.
HSL color Cylindrical-coordinate representation of color #656818: hue angle of 62.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #656818 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 24 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.59 |
| HSL | 62.25º | 0.63% | 0.25% | - |
| HSV(B) | 62.25º | 0.77% | 0.41% | - |
| XYZ | 10.48 | 12.73 | 2.77 | - |
| YUV | 93.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 24 | 0.03 | 0 | 0.77 | 0.59 | 62.25 | 0.63 | 0.25 |
| Hex | 65 | 68 | 18 | 3 | 0 | 4D | 3B | 3E | 3E | 19 |
| Octal | 145 | 150 | 30 | 3 | 0 | 115 | 73 | 76 | 76 | 31 |
| Binary | 1100101 | 1101000 | 11000 | 11 | 0 | 1001101 | 111011 | 111110 | 111110 | 11001 |
Color Harmonies of #656818
Complementary color
Monochromatic Colors of #656818
Black with #656818
Text Example
Text Example
White with #656818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656818; }
p { color: rgb(101,104,24); }
H1.HeaderClassName
{
color: #656818;
}
.AnyTagClassName
{
color: #656818;
}
</style>
background-color css
<style>
a { background-color: #656818; }
a { background-color: rgb(101,104,24); }
div.DivClassName
{
background-color: #656818;
}
.BgClassName
{
background-color: #656818;
}
</style>
border-color css
<style>
span { border-color: #656818; }
span { border-color: rgb(101,104,24); }
td.TdClassName
{
border-color: #656818;
}
.TagClassName
{
border-color: #656818;
}
</style>