Shades of Fiji Green #647001
Tints of Fiji Green #647001
RGB
CMYK
RGB Variations
Color information
#647001 (or 0x647001) is known color: Fiji Green. HEX triplet: 64, 70 and 01. RGB value is (100,112,1). Sum of RGB (Red+Green+Blue) = 100+112+1=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #647001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647001 is #9B8FFE. Grayscale: #606060. Windows color (decimal): -10194943 or 94308. OLE color: 94308.
HSL color Cylindrical-coordinate representation of color #647001: hue angle of 66.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #647001 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 112 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.56 |
| HSL | 66.49º | 0.98% | 0.22% | - |
| HSV(B) | 66.49º | 0.99% | 0.44% | - |
| XYZ | 11.06 | 14.3 | 2.21 | - |
| YUV | 95.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 1 | 0.11 | 0 | 0.99 | 0.56 | 66.49 | 0.98 | 0.22 |
| Hex | 64 | 70 | 1 | B | 0 | 63 | 38 | 42 | 62 | 16 |
| Octal | 144 | 160 | 1 | 13 | 0 | 143 | 70 | 102 | 142 | 26 |
| Binary | 1100100 | 1110000 | 1 | 1011 | 0 | 1100011 | 111000 | 1000010 | 1100010 | 10110 |
Color Harmonies of #647001
Complementary color
Monochromatic Colors of #647001
Black with #647001
Text Example
Text Example
White with #647001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647001; }
p { color: rgb(100,112,1); }
H1.HeaderClassName
{
color: #647001;
}
.AnyTagClassName
{
color: #647001;
}
</style>
background-color css
<style>
a { background-color: #647001; }
a { background-color: rgb(100,112,1); }
div.DivClassName
{
background-color: #647001;
}
.BgClassName
{
background-color: #647001;
}
</style>
border-color css
<style>
span { border-color: #647001; }
span { border-color: rgb(100,112,1); }
td.TdClassName
{
border-color: #647001;
}
.TagClassName
{
border-color: #647001;
}
</style>