Shades of Fiji Green #666817
Tints of Fiji Green #666817
RGB
CMYK
RGB Variations
Color information
#666817 (or 0x666817) is known color: Fiji Green. HEX triplet: 66, 68 and 17. RGB value is (102,104,23). Sum of RGB (Red+Green+Blue) = 102+104+23=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #666817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666817 is #9997E8. Grayscale: #5E5E5E. Windows color (decimal): -10065897 or 1534054. OLE color: 1534054.
HSL color Cylindrical-coordinate representation of color #666817: hue angle of 61.48º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #666817 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 23 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.59 |
| HSL | 61.48º | 0.64% | 0.25% | - |
| HSV(B) | 61.48º | 0.78% | 0.41% | - |
| XYZ | 10.58 | 12.79 | 2.72 | - |
| YUV | 94.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 23 | 0.02 | 0 | 0.78 | 0.59 | 61.48 | 0.64 | 0.25 |
| Hex | 66 | 68 | 17 | 2 | 0 | 4E | 3B | 3D | 40 | 19 |
| Octal | 146 | 150 | 27 | 2 | 0 | 116 | 73 | 75 | 100 | 31 |
| Binary | 1100110 | 1101000 | 10111 | 10 | 0 | 1001110 | 111011 | 111101 | 1000000 | 11001 |
Color Harmonies of #666817
Complementary color
Monochromatic Colors of #666817
Black with #666817
Text Example
Text Example
White with #666817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666817; }
p { color: rgb(102,104,23); }
H1.HeaderClassName
{
color: #666817;
}
.AnyTagClassName
{
color: #666817;
}
</style>
background-color css
<style>
a { background-color: #666817; }
a { background-color: rgb(102,104,23); }
div.DivClassName
{
background-color: #666817;
}
.BgClassName
{
background-color: #666817;
}
</style>
border-color css
<style>
span { border-color: #666817; }
span { border-color: rgb(102,104,23); }
td.TdClassName
{
border-color: #666817;
}
.TagClassName
{
border-color: #666817;
}
</style>