Shades of Fiji Green #666207
Tints of Fiji Green #666207
RGB
CMYK
RGB Variations
Color information
#666207 (or 0x666207) is known color: Fiji Green. HEX triplet: 66, 62 and 07. RGB value is (102,98,7). Sum of RGB (Red+Green+Blue) = 102+98+7=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #666207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666207 is #999DF8. Grayscale: #595959. Windows color (decimal): -10067449 or 483942. OLE color: 483942.
HSL color Cylindrical-coordinate representation of color #666207: hue angle of 57.47º 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 #666207 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 7 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.6 |
| HSL | 57.47º | 0.87% | 0.21% | - |
| HSV(B) | 57.47º | 0.93% | 0.4% | - |
| XYZ | 9.89 | 11.58 | 1.91 | - |
| YUV | 88.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 7 | 0 | 0.04 | 0.93 | 0.6 | 57.47 | 0.87 | 0.21 |
| Hex | 66 | 62 | 7 | 0 | 4 | 5D | 3C | 39 | 57 | 15 |
| Octal | 146 | 142 | 7 | 0 | 4 | 135 | 74 | 71 | 127 | 25 |
| Binary | 1100110 | 1100010 | 111 | 0 | 100 | 1011101 | 111100 | 111001 | 1010111 | 10101 |
Color Harmonies of #666207
Complementary color
Monochromatic Colors of #666207
Black with #666207
Text Example
Text Example
White with #666207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666207; }
p { color: rgb(102,98,7); }
H1.HeaderClassName
{
color: #666207;
}
.AnyTagClassName
{
color: #666207;
}
</style>
background-color css
<style>
a { background-color: #666207; }
a { background-color: rgb(102,98,7); }
div.DivClassName
{
background-color: #666207;
}
.BgClassName
{
background-color: #666207;
}
</style>
border-color css
<style>
span { border-color: #666207; }
span { border-color: rgb(102,98,7); }
td.TdClassName
{
border-color: #666207;
}
.TagClassName
{
border-color: #666207;
}
</style>