Shades of Fiji Green #646705
Tints of Fiji Green #646705
RGB
CMYK
RGB Variations
Color information
#646705 (or 0x646705) is known color: Fiji Green. HEX triplet: 64, 67 and 05. RGB value is (100,103,5). Sum of RGB (Red+Green+Blue) = 100+103+5=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #646705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646705 is #9B98FA. Grayscale: #5B5B5B. Windows color (decimal): -10197243 or 354148. OLE color: 354148.
HSL color Cylindrical-coordinate representation of color #646705: hue angle of 61.84º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #646705 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 5 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.60 |
| HSL | 61.84º | 0.91% | 0.21% | - |
| HSV(B) | 61.84º | 0.95% | 0.4% | - |
| XYZ | 10.13 | 12.42 | 2.01 | - |
| YUV | 90.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 5 | 0.03 | 0 | 0.95 | 0.60 | 61.84 | 0.91 | 0.21 |
| Hex | 64 | 67 | 5 | 3 | 0 | 5F | 3C | 3E | 5B | 15 |
| Octal | 144 | 147 | 5 | 3 | 0 | 137 | 74 | 76 | 133 | 25 |
| Binary | 1100100 | 1100111 | 101 | 11 | 0 | 1011111 | 111100 | 111110 | 1011011 | 10101 |
Color Harmonies of #646705
Complementary color
Monochromatic Colors of #646705
Black with #646705
Text Example
Text Example
White with #646705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646705; }
p { color: rgb(100,103,5); }
H1.HeaderClassName
{
color: #646705;
}
.AnyTagClassName
{
color: #646705;
}
</style>
background-color css
<style>
a { background-color: #646705; }
a { background-color: rgb(100,103,5); }
div.DivClassName
{
background-color: #646705;
}
.BgClassName
{
background-color: #646705;
}
</style>
border-color css
<style>
span { border-color: #646705; }
span { border-color: rgb(100,103,5); }
td.TdClassName
{
border-color: #646705;
}
.TagClassName
{
border-color: #646705;
}
</style>