Shades of Fiji Green #666D11
Tints of Fiji Green #666D11
RGB
CMYK
RGB Variations
Color information
#666D11 (or 0x666D11) is known color: Fiji Green. HEX triplet: 66, 6D and 11. RGB value is (102,109,17). Sum of RGB (Red+Green+Blue) = 102+109+17=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #666D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D11 is #9992EE. Grayscale: #606060. Windows color (decimal): -10064623 or 1142118. OLE color: 1142118.
HSL color Cylindrical-coordinate representation of color #666D11: hue angle of 64.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #666D11 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 17 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.57 |
| HSL | 64.57º | 0.73% | 0.25% | - |
| HSV(B) | 64.57º | 0.84% | 0.43% | - |
| XYZ | 11.05 | 13.8 | 2.61 | - |
| YUV | 96.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 17 | 0.06 | 0 | 0.84 | 0.57 | 64.57 | 0.73 | 0.25 |
| Hex | 66 | 6D | 11 | 6 | 0 | 54 | 39 | 41 | 49 | 19 |
| Octal | 146 | 155 | 21 | 6 | 0 | 124 | 71 | 101 | 111 | 31 |
| Binary | 1100110 | 1101101 | 10001 | 110 | 0 | 1010100 | 111001 | 1000001 | 1001001 | 11001 |
Color Harmonies of #666D11
Complementary color
Monochromatic Colors of #666D11
Black with #666D11
Text Example
Text Example
White with #666D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D11; }
p { color: rgb(102,109,17); }
H1.HeaderClassName
{
color: #666D11;
}
.AnyTagClassName
{
color: #666D11;
}
</style>
background-color css
<style>
a { background-color: #666D11; }
a { background-color: rgb(102,109,17); }
div.DivClassName
{
background-color: #666D11;
}
.BgClassName
{
background-color: #666D11;
}
</style>
border-color css
<style>
span { border-color: #666D11; }
span { border-color: rgb(102,109,17); }
td.TdClassName
{
border-color: #666D11;
}
.TagClassName
{
border-color: #666D11;
}
</style>