Shades of Fiji Green #646C05
Tints of Fiji Green #646C05
RGB
CMYK
RGB Variations
Color information
#646C05 (or 0x646C05) is known color: Fiji Green. HEX triplet: 64, 6C and 05. RGB value is (100,108,5). Sum of RGB (Red+Green+Blue) = 100+108+5=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #646C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646C05 is #9B93FA. Grayscale: #5E5E5E. Windows color (decimal): -10195963 or 355428. OLE color: 355428.
HSL color Cylindrical-coordinate representation of color #646C05: hue angle of 64.66º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #646C05 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 5 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.58 |
| HSL | 64.66º | 0.91% | 0.22% | - |
| HSV(B) | 64.66º | 0.95% | 0.42% | - |
| XYZ | 10.65 | 13.45 | 2.18 | - |
| YUV | 93.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 5 | 0.07 | 0 | 0.95 | 0.58 | 64.66 | 0.91 | 0.22 |
| Hex | 64 | 6C | 5 | 7 | 0 | 5F | 3A | 41 | 5B | 16 |
| Octal | 144 | 154 | 5 | 7 | 0 | 137 | 72 | 101 | 133 | 26 |
| Binary | 1100100 | 1101100 | 101 | 111 | 0 | 1011111 | 111010 | 1000001 | 1011011 | 10110 |
Color Harmonies of #646C05
Complementary color
Monochromatic Colors of #646C05
Black with #646C05
Text Example
Text Example
White with #646C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C05; }
p { color: rgb(100,108,5); }
H1.HeaderClassName
{
color: #646C05;
}
.AnyTagClassName
{
color: #646C05;
}
</style>
background-color css
<style>
a { background-color: #646C05; }
a { background-color: rgb(100,108,5); }
div.DivClassName
{
background-color: #646C05;
}
.BgClassName
{
background-color: #646C05;
}
</style>
border-color css
<style>
span { border-color: #646C05; }
span { border-color: rgb(100,108,5); }
td.TdClassName
{
border-color: #646C05;
}
.TagClassName
{
border-color: #646C05;
}
</style>