Shades of Fiji Green #646C14
Tints of Fiji Green #646C14
RGB
CMYK
RGB Variations
Color information
#646C14 (or 0x646C14) is known color: Fiji Green. HEX triplet: 64, 6C and 14. RGB value is (100,108,20). Sum of RGB (Red+Green+Blue) = 100+108+20=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #646C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646C14 is #9B93EB. Grayscale: #5F5F5F. Windows color (decimal): -10195948 or 1338468. OLE color: 1338468.
HSL color Cylindrical-coordinate representation of color #646C14: hue angle of 65.45º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #646C14 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 20 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.58 |
| HSL | 65.45º | 0.69% | 0.25% | - |
| HSV(B) | 65.45º | 0.81% | 0.42% | - |
| XYZ | 10.74 | 13.48 | 2.7 | - |
| YUV | 95.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 20 | 0.07 | 0 | 0.81 | 0.58 | 65.45 | 0.69 | 0.25 |
| Hex | 64 | 6C | 14 | 7 | 0 | 51 | 3A | 41 | 45 | 19 |
| Octal | 144 | 154 | 24 | 7 | 0 | 121 | 72 | 101 | 105 | 31 |
| Binary | 1100100 | 1101100 | 10100 | 111 | 0 | 1010001 | 111010 | 1000001 | 1000101 | 11001 |
Color Harmonies of #646C14
Complementary color
Monochromatic Colors of #646C14
Black with #646C14
Text Example
Text Example
White with #646C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C14; }
p { color: rgb(100,108,20); }
H1.HeaderClassName
{
color: #646C14;
}
.AnyTagClassName
{
color: #646C14;
}
</style>
background-color css
<style>
a { background-color: #646C14; }
a { background-color: rgb(100,108,20); }
div.DivClassName
{
background-color: #646C14;
}
.BgClassName
{
background-color: #646C14;
}
</style>
border-color css
<style>
span { border-color: #646C14; }
span { border-color: rgb(100,108,20); }
td.TdClassName
{
border-color: #646C14;
}
.TagClassName
{
border-color: #646C14;
}
</style>