Shades of Fiji Green #65640D
Tints of Fiji Green #65640D
RGB
CMYK
RGB Variations
Color information
#65640D (or 0x65640D) is known color: Fiji Green. HEX triplet: 65, 64 and 0D. RGB value is (101,100,13). Sum of RGB (Red+Green+Blue) = 101+100+13=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65640D is #9A9BF2. Grayscale: #5A5A5A. Windows color (decimal): -10132467 or 877669. OLE color: 877669.
HSL color Cylindrical-coordinate representation of color #65640D: hue angle of 59.32º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65640D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 13 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.60 |
| HSL | 59.32º | 0.77% | 0.22% | - |
| HSV(B) | 59.32º | 0.87% | 0.4% | - |
| XYZ | 10 | 11.91 | 2.15 | - |
| YUV | 90.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 13 | 0 | 0.01 | 0.87 | 0.60 | 59.32 | 0.77 | 0.22 |
| Hex | 65 | 64 | D | 0 | 1 | 57 | 3C | 3B | 4D | 16 |
| Octal | 145 | 144 | 15 | 0 | 1 | 127 | 74 | 73 | 115 | 26 |
| Binary | 1100101 | 1100100 | 1101 | 0 | 1 | 1010111 | 111100 | 111011 | 1001101 | 10110 |
Color Harmonies of #65640D
Complementary color
Monochromatic Colors of #65640D
Black with #65640D
Text Example
Text Example
White with #65640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65640D; }
p { color: rgb(101,100,13); }
H1.HeaderClassName
{
color: #65640D;
}
.AnyTagClassName
{
color: #65640D;
}
</style>
background-color css
<style>
a { background-color: #65640D; }
a { background-color: rgb(101,100,13); }
div.DivClassName
{
background-color: #65640D;
}
.BgClassName
{
background-color: #65640D;
}
</style>
border-color css
<style>
span { border-color: #65640D; }
span { border-color: rgb(101,100,13); }
td.TdClassName
{
border-color: #65640D;
}
.TagClassName
{
border-color: #65640D;
}
</style>