Shades of Fiji Green #656821
Tints of Fiji Green #656821
RGB
CMYK
RGB Variations
Color information
#656821 (or 0x656821) is known color: Fiji Green. HEX triplet: 65, 68 and 21. RGB value is (101,104,33). Sum of RGB (Red+Green+Blue) = 101+104+33=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #656821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656821 is #9A97DE. Grayscale: #5F5F5F. Windows color (decimal): -10131423 or 2189413. OLE color: 2189413.
HSL color Cylindrical-coordinate representation of color #656821: hue angle of 62.54º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #656821 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 33 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.59 |
| HSL | 62.54º | 0.52% | 0.27% | - |
| HSV(B) | 62.54º | 0.68% | 0.41% | - |
| XYZ | 10.59 | 12.78 | 3.35 | - |
| YUV | 95.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 33 | 0.03 | 0 | 0.68 | 0.59 | 62.54 | 0.52 | 0.27 |
| Hex | 65 | 68 | 21 | 3 | 0 | 44 | 3B | 3F | 34 | 1B |
| Octal | 145 | 150 | 41 | 3 | 0 | 104 | 73 | 77 | 64 | 33 |
| Binary | 1100101 | 1101000 | 100001 | 11 | 0 | 1000100 | 111011 | 111111 | 110100 | 11011 |
Color Harmonies of #656821
Complementary color
Monochromatic Colors of #656821
Black with #656821
Text Example
Text Example
White with #656821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656821; }
p { color: rgb(101,104,33); }
H1.HeaderClassName
{
color: #656821;
}
.AnyTagClassName
{
color: #656821;
}
</style>
background-color css
<style>
a { background-color: #656821; }
a { background-color: rgb(101,104,33); }
div.DivClassName
{
background-color: #656821;
}
.BgClassName
{
background-color: #656821;
}
</style>
border-color css
<style>
span { border-color: #656821; }
span { border-color: rgb(101,104,33); }
td.TdClassName
{
border-color: #656821;
}
.TagClassName
{
border-color: #656821;
}
</style>