Shades of Fiji Green #646C02
Tints of Fiji Green #646C02
RGB
CMYK
RGB Variations
Color information
#646C02 (or 0x646C02) is known color: Fiji Green. HEX triplet: 64, 6C and 02. RGB value is (100,108,2). Sum of RGB (Red+Green+Blue) = 100+108+2=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #646C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646C02 is #9B93FD. Grayscale: #5D5D5D. Windows color (decimal): -10195966 or 158820. OLE color: 158820.
HSL color Cylindrical-coordinate representation of color #646C02: hue angle of 64.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #646C02 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.58 |
| HSL | 64.53º | 0.96% | 0.22% | - |
| HSV(B) | 64.53º | 0.98% | 0.42% | - |
| XYZ | 10.63 | 13.44 | 2.09 | - |
| YUV | 93.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 2 | 0.07 | 0 | 0.98 | 0.58 | 64.53 | 0.96 | 0.22 |
| Hex | 64 | 6C | 2 | 7 | 0 | 62 | 3A | 41 | 60 | 16 |
| Octal | 144 | 154 | 2 | 7 | 0 | 142 | 72 | 101 | 140 | 26 |
| Binary | 1100100 | 1101100 | 10 | 111 | 0 | 1100010 | 111010 | 1000001 | 1100000 | 10110 |
Color Harmonies of #646C02
Complementary color
Monochromatic Colors of #646C02
Black with #646C02
Text Example
Text Example
White with #646C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C02; }
p { color: rgb(100,108,2); }
H1.HeaderClassName
{
color: #646C02;
}
.AnyTagClassName
{
color: #646C02;
}
</style>
background-color css
<style>
a { background-color: #646C02; }
a { background-color: rgb(100,108,2); }
div.DivClassName
{
background-color: #646C02;
}
.BgClassName
{
background-color: #646C02;
}
</style>
border-color css
<style>
span { border-color: #646C02; }
span { border-color: rgb(100,108,2); }
td.TdClassName
{
border-color: #646C02;
}
.TagClassName
{
border-color: #646C02;
}
</style>