Shades of Fiji Green #666803
Tints of Fiji Green #666803
RGB
CMYK
RGB Variations
Color information
#666803 (or 0x666803) is known color: Fiji Green. HEX triplet: 66, 68 and 03. RGB value is (102,104,3). Sum of RGB (Red+Green+Blue) = 102+104+3=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #666803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666803 is #9997FC. Grayscale: #5C5C5C. Windows color (decimal): -10065917 or 223334. OLE color: 223334.
HSL color Cylindrical-coordinate representation of color #666803: hue angle of 61.19º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666803 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 3 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.59 |
| HSL | 61.19º | 0.94% | 0.21% | - |
| HSV(B) | 61.19º | 0.97% | 0.41% | - |
| XYZ | 10.45 | 12.73 | 1.99 | - |
| YUV | 91.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 3 | 0.02 | 0 | 0.97 | 0.59 | 61.19 | 0.94 | 0.21 |
| Hex | 66 | 68 | 3 | 2 | 0 | 61 | 3B | 3D | 5E | 15 |
| Octal | 146 | 150 | 3 | 2 | 0 | 141 | 73 | 75 | 136 | 25 |
| Binary | 1100110 | 1101000 | 11 | 10 | 0 | 1100001 | 111011 | 111101 | 1011110 | 10101 |
Color Harmonies of #666803
Complementary color
Monochromatic Colors of #666803
Black with #666803
Text Example
Text Example
White with #666803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666803; }
p { color: rgb(102,104,3); }
H1.HeaderClassName
{
color: #666803;
}
.AnyTagClassName
{
color: #666803;
}
</style>
background-color css
<style>
a { background-color: #666803; }
a { background-color: rgb(102,104,3); }
div.DivClassName
{
background-color: #666803;
}
.BgClassName
{
background-color: #666803;
}
</style>
border-color css
<style>
span { border-color: #666803; }
span { border-color: rgb(102,104,3); }
td.TdClassName
{
border-color: #666803;
}
.TagClassName
{
border-color: #666803;
}
</style>