Shades of Fiji Green #666D03
Tints of Fiji Green #666D03
RGB
CMYK
RGB Variations
Color information
#666D03 (or 0x666D03) is known color: Fiji Green. HEX triplet: 66, 6D and 03. RGB value is (102,109,3). Sum of RGB (Red+Green+Blue) = 102+109+3=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #666D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D03 is #9992FC. Grayscale: #5F5F5F. Windows color (decimal): -10064637 or 224614. OLE color: 224614.
HSL color Cylindrical-coordinate representation of color #666D03: hue angle of 63.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666D03 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 3 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.57 |
| HSL | 63.96º | 0.95% | 0.22% | - |
| HSV(B) | 63.96º | 0.97% | 0.43% | - |
| XYZ | 10.96 | 13.77 | 2.17 | - |
| YUV | 94.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 3 | 0.06 | 0 | 0.97 | 0.57 | 63.96 | 0.95 | 0.22 |
| Hex | 66 | 6D | 3 | 6 | 0 | 61 | 39 | 40 | 5F | 16 |
| Octal | 146 | 155 | 3 | 6 | 0 | 141 | 71 | 100 | 137 | 26 |
| Binary | 1100110 | 1101101 | 11 | 110 | 0 | 1100001 | 111001 | 1000000 | 1011111 | 10110 |
Color Harmonies of #666D03
Complementary color
Monochromatic Colors of #666D03
Black with #666D03
Text Example
Text Example
White with #666D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D03; }
p { color: rgb(102,109,3); }
H1.HeaderClassName
{
color: #666D03;
}
.AnyTagClassName
{
color: #666D03;
}
</style>
background-color css
<style>
a { background-color: #666D03; }
a { background-color: rgb(102,109,3); }
div.DivClassName
{
background-color: #666D03;
}
.BgClassName
{
background-color: #666D03;
}
</style>
border-color css
<style>
span { border-color: #666D03; }
span { border-color: rgb(102,109,3); }
td.TdClassName
{
border-color: #666D03;
}
.TagClassName
{
border-color: #666D03;
}
</style>