Shades of Fiji Green #666B17
Tints of Fiji Green #666B17
RGB
CMYK
RGB Variations
Color information
#666B17 (or 0x666B17) is known color: Fiji Green. HEX triplet: 66, 6B and 17. RGB value is (102,107,23). Sum of RGB (Red+Green+Blue) = 102+107+23=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #666B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666B17 is #9994E8. Grayscale: #606060. Windows color (decimal): -10065129 or 1534822. OLE color: 1534822.
HSL color Cylindrical-coordinate representation of color #666B17: hue angle of 63.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #666B17 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 23 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.58 |
| HSL | 63.57º | 0.65% | 0.25% | - |
| HSV(B) | 63.57º | 0.79% | 0.42% | - |
| XYZ | 10.89 | 13.4 | 2.82 | - |
| YUV | 95.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 23 | 0.05 | 0 | 0.79 | 0.58 | 63.57 | 0.65 | 0.25 |
| Hex | 66 | 6B | 17 | 5 | 0 | 4F | 3A | 40 | 41 | 19 |
| Octal | 146 | 153 | 27 | 5 | 0 | 117 | 72 | 100 | 101 | 31 |
| Binary | 1100110 | 1101011 | 10111 | 101 | 0 | 1001111 | 111010 | 1000000 | 1000001 | 11001 |
Color Harmonies of #666B17
Complementary color
Monochromatic Colors of #666B17
Black with #666B17
Text Example
Text Example
White with #666B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B17; }
p { color: rgb(102,107,23); }
H1.HeaderClassName
{
color: #666B17;
}
.AnyTagClassName
{
color: #666B17;
}
</style>
background-color css
<style>
a { background-color: #666B17; }
a { background-color: rgb(102,107,23); }
div.DivClassName
{
background-color: #666B17;
}
.BgClassName
{
background-color: #666B17;
}
</style>
border-color css
<style>
span { border-color: #666B17; }
span { border-color: rgb(102,107,23); }
td.TdClassName
{
border-color: #666B17;
}
.TagClassName
{
border-color: #666B17;
}
</style>