Shades of Fiji Green #646C1F
Tints of Fiji Green #646C1F
RGB
CMYK
RGB Variations
Color information
#646C1F (or 0x646C1F) is known color: Fiji Green. HEX triplet: 64, 6C and 1F. RGB value is (100,108,31). Sum of RGB (Red+Green+Blue) = 100+108+31=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #646C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C1F is #9B93E0. Grayscale: #616161. Windows color (decimal): -10195937 or 2059364. OLE color: 2059364.
HSL color Cylindrical-coordinate representation of color #646C1F: hue angle of 66.23º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #646C1F is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 31 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.58 |
| HSL | 66.23º | 0.55% | 0.27% | - |
| HSV(B) | 66.23º | 0.71% | 0.42% | - |
| XYZ | 10.87 | 13.53 | 3.34 | - |
| YUV | 96.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 31 | 0.07 | 0 | 0.71 | 0.58 | 66.23 | 0.55 | 0.27 |
| Hex | 64 | 6C | 1F | 7 | 0 | 47 | 3A | 42 | 37 | 1B |
| Octal | 144 | 154 | 37 | 7 | 0 | 107 | 72 | 102 | 67 | 33 |
| Binary | 1100100 | 1101100 | 11111 | 111 | 0 | 1000111 | 111010 | 1000010 | 110111 | 11011 |
Color Harmonies of #646C1F
Complementary color
Monochromatic Colors of #646C1F
Black with #646C1F
Text Example
Text Example
White with #646C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C1F; }
p { color: rgb(100,108,31); }
H1.HeaderClassName
{
color: #646C1F;
}
.AnyTagClassName
{
color: #646C1F;
}
</style>
background-color css
<style>
a { background-color: #646C1F; }
a { background-color: rgb(100,108,31); }
div.DivClassName
{
background-color: #646C1F;
}
.BgClassName
{
background-color: #646C1F;
}
</style>
border-color css
<style>
span { border-color: #646C1F; }
span { border-color: rgb(100,108,31); }
td.TdClassName
{
border-color: #646C1F;
}
.TagClassName
{
border-color: #646C1F;
}
</style>