Shades of Fiji Green #647705
Tints of Fiji Green #647705
RGB
CMYK
RGB Variations
Color information
#647705 (or 0x647705) is known color: Fiji Green. HEX triplet: 64, 77 and 05. RGB value is (100,119,5). Sum of RGB (Red+Green+Blue) = 100+119+5=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #647705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647705 is #9B88FA. Grayscale: #646464. Windows color (decimal): -10193147 or 358244. OLE color: 358244.
HSL color Cylindrical-coordinate representation of color #647705: hue angle of 70º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #647705 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 5 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.53 |
| HSL | 70º | 0.92% | 0.24% | - |
| HSV(B) | 70º | 0.96% | 0.47% | - |
| XYZ | 11.88 | 15.91 | 2.59 | - |
| YUV | 100.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 5 | 0.16 | 0 | 0.96 | 0.53 | 70 | 0.92 | 0.24 |
| Hex | 64 | 77 | 5 | 10 | 0 | 60 | 35 | 46 | 5C | 18 |
| Octal | 144 | 167 | 5 | 20 | 0 | 140 | 65 | 106 | 134 | 30 |
| Binary | 1100100 | 1110111 | 101 | 10000 | 0 | 1100000 | 110101 | 1000110 | 1011100 | 11000 |
Color Harmonies of #647705
Complementary color
Monochromatic Colors of #647705
Black with #647705
Text Example
Text Example
White with #647705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647705; }
p { color: rgb(100,119,5); }
H1.HeaderClassName
{
color: #647705;
}
.AnyTagClassName
{
color: #647705;
}
</style>
background-color css
<style>
a { background-color: #647705; }
a { background-color: rgb(100,119,5); }
div.DivClassName
{
background-color: #647705;
}
.BgClassName
{
background-color: #647705;
}
</style>
border-color css
<style>
span { border-color: #647705; }
span { border-color: rgb(100,119,5); }
td.TdClassName
{
border-color: #647705;
}
.TagClassName
{
border-color: #647705;
}
</style>