Shades of Fiji Green #646E01
Tints of Fiji Green #646E01
RGB
CMYK
RGB Variations
Color information
#646E01 (or 0x646E01) is known color: Fiji Green. HEX triplet: 64, 6E and 01. RGB value is (100,110,1). Sum of RGB (Red+Green+Blue) = 100+110+1=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #646E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646E01 is #9B91FE. Grayscale: #5F5F5F. Windows color (decimal): -10195455 or 93796. OLE color: 93796.
HSL color Cylindrical-coordinate representation of color #646E01: hue angle of 65.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #646E01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.57 |
| HSL | 65.5º | 0.98% | 0.22% | - |
| HSV(B) | 65.5º | 0.99% | 0.43% | - |
| XYZ | 10.84 | 13.86 | 2.13 | - |
| YUV | 94.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 1 | 0.09 | 0 | 0.99 | 0.57 | 65.5 | 0.98 | 0.22 |
| Hex | 64 | 6E | 1 | 9 | 0 | 63 | 39 | 42 | 62 | 16 |
| Octal | 144 | 156 | 1 | 11 | 0 | 143 | 71 | 102 | 142 | 26 |
| Binary | 1100100 | 1101110 | 1 | 1001 | 0 | 1100011 | 111001 | 1000010 | 1100010 | 10110 |
Color Harmonies of #646E01
Complementary color
Monochromatic Colors of #646E01
Black with #646E01
Text Example
Text Example
White with #646E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E01; }
p { color: rgb(100,110,1); }
H1.HeaderClassName
{
color: #646E01;
}
.AnyTagClassName
{
color: #646E01;
}
</style>
background-color css
<style>
a { background-color: #646E01; }
a { background-color: rgb(100,110,1); }
div.DivClassName
{
background-color: #646E01;
}
.BgClassName
{
background-color: #646E01;
}
</style>
border-color css
<style>
span { border-color: #646E01; }
span { border-color: rgb(100,110,1); }
td.TdClassName
{
border-color: #646E01;
}
.TagClassName
{
border-color: #646E01;
}
</style>