Shades of Fiji Green #656105
Tints of Fiji Green #656105
RGB
CMYK
RGB Variations
Color information
#656105 (or 0x656105) is known color: Fiji Green. HEX triplet: 65, 61 and 05. RGB value is (101,97,5). Sum of RGB (Red+Green+Blue) = 101+97+5=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #656105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656105 is #9A9EFA. Grayscale: #585858. Windows color (decimal): -10133243 or 352613. OLE color: 352613.
HSL color Cylindrical-coordinate representation of color #656105: hue angle of 57.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #656105 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 5 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.60 |
| HSL | 57.5º | 0.91% | 0.21% | - |
| HSV(B) | 57.5º | 0.95% | 0.4% | - |
| XYZ | 9.67 | 11.33 | 1.82 | - |
| YUV | 87.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 5 | 0 | 0.04 | 0.95 | 0.60 | 57.5 | 0.91 | 0.21 |
| Hex | 65 | 61 | 5 | 0 | 4 | 5F | 3C | 3A | 5B | 15 |
| Octal | 145 | 141 | 5 | 0 | 4 | 137 | 74 | 72 | 133 | 25 |
| Binary | 1100101 | 1100001 | 101 | 0 | 100 | 1011111 | 111100 | 111010 | 1011011 | 10101 |
Color Harmonies of #656105
Complementary color
Monochromatic Colors of #656105
Black with #656105
Text Example
Text Example
White with #656105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656105; }
p { color: rgb(101,97,5); }
H1.HeaderClassName
{
color: #656105;
}
.AnyTagClassName
{
color: #656105;
}
</style>
background-color css
<style>
a { background-color: #656105; }
a { background-color: rgb(101,97,5); }
div.DivClassName
{
background-color: #656105;
}
.BgClassName
{
background-color: #656105;
}
</style>
border-color css
<style>
span { border-color: #656105; }
span { border-color: rgb(101,97,5); }
td.TdClassName
{
border-color: #656105;
}
.TagClassName
{
border-color: #656105;
}
</style>