Shades of Fiji Green #666306
Tints of Fiji Green #666306
RGB
CMYK
RGB Variations
Color information
#666306 (or 0x666306) is known color: Fiji Green. HEX triplet: 66, 63 and 06. RGB value is (102,99,6). Sum of RGB (Red+Green+Blue) = 102+99+6=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #666306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666306 is #999CF9. Grayscale: #595959. Windows color (decimal): -10067194 or 418662. OLE color: 418662.
HSL color Cylindrical-coordinate representation of color #666306: hue angle of 58.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #666306 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 6 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.6 |
| HSL | 58.13º | 0.89% | 0.21% | - |
| HSV(B) | 58.13º | 0.94% | 0.4% | - |
| XYZ | 9.97 | 11.76 | 1.92 | - |
| YUV | 89.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 6 | 0 | 0.03 | 0.94 | 0.6 | 58.13 | 0.89 | 0.21 |
| Hex | 66 | 63 | 6 | 0 | 3 | 5E | 3C | 3A | 59 | 15 |
| Octal | 146 | 143 | 6 | 0 | 3 | 136 | 74 | 72 | 131 | 25 |
| Binary | 1100110 | 1100011 | 110 | 0 | 11 | 1011110 | 111100 | 111010 | 1011001 | 10101 |
Color Harmonies of #666306
Complementary color
Monochromatic Colors of #666306
Black with #666306
Text Example
Text Example
White with #666306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666306; }
p { color: rgb(102,99,6); }
H1.HeaderClassName
{
color: #666306;
}
.AnyTagClassName
{
color: #666306;
}
</style>
background-color css
<style>
a { background-color: #666306; }
a { background-color: rgb(102,99,6); }
div.DivClassName
{
background-color: #666306;
}
.BgClassName
{
background-color: #666306;
}
</style>
border-color css
<style>
span { border-color: #666306; }
span { border-color: rgb(102,99,6); }
td.TdClassName
{
border-color: #666306;
}
.TagClassName
{
border-color: #666306;
}
</style>