Shades of Fiji Green #666107
Tints of Fiji Green #666107
RGB
CMYK
RGB Variations
Color information
#666107 (or 0x666107) is known color: Fiji Green. HEX triplet: 66, 61 and 07. RGB value is (102,97,7). Sum of RGB (Red+Green+Blue) = 102+97+7=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #666107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666107 is #999EF8. Grayscale: #585858. Windows color (decimal): -10067705 or 483686. OLE color: 483686.
HSL color Cylindrical-coordinate representation of color #666107: hue angle of 56.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #666107 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 7 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.6 |
| HSL | 56.84º | 0.87% | 0.21% | - |
| HSV(B) | 56.84º | 0.93% | 0.4% | - |
| XYZ | 9.79 | 11.39 | 1.88 | - |
| YUV | 88.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 7 | 0 | 0.05 | 0.93 | 0.6 | 56.84 | 0.87 | 0.21 |
| Hex | 66 | 61 | 7 | 0 | 5 | 5D | 3C | 39 | 57 | 15 |
| Octal | 146 | 141 | 7 | 0 | 5 | 135 | 74 | 71 | 127 | 25 |
| Binary | 1100110 | 1100001 | 111 | 0 | 101 | 1011101 | 111100 | 111001 | 1010111 | 10101 |
Color Harmonies of #666107
Complementary color
Monochromatic Colors of #666107
Black with #666107
Text Example
Text Example
White with #666107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666107; }
p { color: rgb(102,97,7); }
H1.HeaderClassName
{
color: #666107;
}
.AnyTagClassName
{
color: #666107;
}
</style>
background-color css
<style>
a { background-color: #666107; }
a { background-color: rgb(102,97,7); }
div.DivClassName
{
background-color: #666107;
}
.BgClassName
{
background-color: #666107;
}
</style>
border-color css
<style>
span { border-color: #666107; }
span { border-color: rgb(102,97,7); }
td.TdClassName
{
border-color: #666107;
}
.TagClassName
{
border-color: #666107;
}
</style>