Shades of Fiji Green #646315
Tints of Fiji Green #646315
RGB
CMYK
RGB Variations
Color information
#646315 (or 0x646315) is known color: Fiji Green. HEX triplet: 64, 63 and 15. RGB value is (100,99,21). Sum of RGB (Red+Green+Blue) = 100+99+21=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #646315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646315 is #9B9CEA. Grayscale: #5A5A5A. Windows color (decimal): -10198251 or 1401700. OLE color: 1401700.
HSL color Cylindrical-coordinate representation of color #646315: hue angle of 59.24º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #646315 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 21 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.61 |
| HSL | 59.24º | 0.65% | 0.24% | - |
| HSV(B) | 59.24º | 0.79% | 0.39% | - |
| XYZ | 9.85 | 11.69 | 2.45 | - |
| YUV | 90.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 21 | 0 | 0.01 | 0.79 | 0.61 | 59.24 | 0.65 | 0.24 |
| Hex | 64 | 63 | 15 | 0 | 1 | 4F | 3D | 3B | 41 | 18 |
| Octal | 144 | 143 | 25 | 0 | 1 | 117 | 75 | 73 | 101 | 30 |
| Binary | 1100100 | 1100011 | 10101 | 0 | 1 | 1001111 | 111101 | 111011 | 1000001 | 11000 |
Color Harmonies of #646315
Complementary color
Monochromatic Colors of #646315
Black with #646315
Text Example
Text Example
White with #646315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646315; }
p { color: rgb(100,99,21); }
H1.HeaderClassName
{
color: #646315;
}
.AnyTagClassName
{
color: #646315;
}
</style>
background-color css
<style>
a { background-color: #646315; }
a { background-color: rgb(100,99,21); }
div.DivClassName
{
background-color: #646315;
}
.BgClassName
{
background-color: #646315;
}
</style>
border-color css
<style>
span { border-color: #646315; }
span { border-color: rgb(100,99,21); }
td.TdClassName
{
border-color: #646315;
}
.TagClassName
{
border-color: #646315;
}
</style>