Shades of Fiji Green #656805
Tints of Fiji Green #656805
RGB
CMYK
RGB Variations
Color information
#656805 (or 0x656805) is known color: Fiji Green. HEX triplet: 65, 68 and 05. RGB value is (101,104,5). Sum of RGB (Red+Green+Blue) = 101+104+5=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #656805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656805 is #9A97FA. Grayscale: #5C5C5C. Windows color (decimal): -10131451 or 354405. OLE color: 354405.
HSL color Cylindrical-coordinate representation of color #656805: hue angle of 61.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #656805 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 5 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.59 |
| HSL | 61.82º | 0.91% | 0.21% | - |
| HSV(B) | 61.82º | 0.95% | 0.41% | - |
| XYZ | 10.34 | 12.68 | 2.05 | - |
| YUV | 91.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 5 | 0.03 | 0 | 0.95 | 0.59 | 61.82 | 0.91 | 0.21 |
| Hex | 65 | 68 | 5 | 3 | 0 | 5F | 3B | 3E | 5B | 15 |
| Octal | 145 | 150 | 5 | 3 | 0 | 137 | 73 | 76 | 133 | 25 |
| Binary | 1100101 | 1101000 | 101 | 11 | 0 | 1011111 | 111011 | 111110 | 1011011 | 10101 |
Color Harmonies of #656805
Complementary color
Monochromatic Colors of #656805
Black with #656805
Text Example
Text Example
White with #656805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656805; }
p { color: rgb(101,104,5); }
H1.HeaderClassName
{
color: #656805;
}
.AnyTagClassName
{
color: #656805;
}
</style>
background-color css
<style>
a { background-color: #656805; }
a { background-color: rgb(101,104,5); }
div.DivClassName
{
background-color: #656805;
}
.BgClassName
{
background-color: #656805;
}
</style>
border-color css
<style>
span { border-color: #656805; }
span { border-color: rgb(101,104,5); }
td.TdClassName
{
border-color: #656805;
}
.TagClassName
{
border-color: #656805;
}
</style>