Shades of Fiji Green #646C1B
Tints of Fiji Green #646C1B
RGB
CMYK
RGB Variations
Color information
#646C1B (or 0x646C1B) is known color: Fiji Green. HEX triplet: 64, 6C and 1B. RGB value is (100,108,27). Sum of RGB (Red+Green+Blue) = 100+108+27=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #646C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C1B is #9B93E4. Grayscale: #606060. Windows color (decimal): -10195941 or 1797220. OLE color: 1797220.
HSL color Cylindrical-coordinate representation of color #646C1B: hue angle of 65.93º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #646C1B is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 27 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.58 |
| HSL | 65.93º | 0.6% | 0.26% | - |
| HSV(B) | 65.93º | 0.75% | 0.42% | - |
| XYZ | 10.82 | 13.51 | 3.08 | - |
| YUV | 96.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 27 | 0.07 | 0 | 0.75 | 0.58 | 65.93 | 0.6 | 0.26 |
| Hex | 64 | 6C | 1B | 7 | 0 | 4B | 3A | 42 | 3C | 1A |
| Octal | 144 | 154 | 33 | 7 | 0 | 113 | 72 | 102 | 74 | 32 |
| Binary | 1100100 | 1101100 | 11011 | 111 | 0 | 1001011 | 111010 | 1000010 | 111100 | 11010 |
Color Harmonies of #646C1B
Complementary color
Monochromatic Colors of #646C1B
Black with #646C1B
Text Example
Text Example
White with #646C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C1B; }
p { color: rgb(100,108,27); }
H1.HeaderClassName
{
color: #646C1B;
}
.AnyTagClassName
{
color: #646C1B;
}
</style>
background-color css
<style>
a { background-color: #646C1B; }
a { background-color: rgb(100,108,27); }
div.DivClassName
{
background-color: #646C1B;
}
.BgClassName
{
background-color: #646C1B;
}
</style>
border-color css
<style>
span { border-color: #646C1B; }
span { border-color: rgb(100,108,27); }
td.TdClassName
{
border-color: #646C1B;
}
.TagClassName
{
border-color: #646C1B;
}
</style>