Shades of Fiji Green #666710
Tints of Fiji Green #666710
RGB
CMYK
RGB Variations
Color information
#666710 (or 0x666710) is known color: Fiji Green. HEX triplet: 66, 67 and 10. RGB value is (102,103,16). Sum of RGB (Red+Green+Blue) = 102+103+16=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #666710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666710 is #9998EF. Grayscale: #5D5D5D. Windows color (decimal): -10066160 or 1075046. OLE color: 1075046.
HSL color Cylindrical-coordinate representation of color #666710: hue angle of 60.69º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #666710 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 16 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.60 |
| HSL | 60.69º | 0.73% | 0.23% | - |
| HSV(B) | 60.69º | 0.84% | 0.4% | - |
| XYZ | 10.42 | 12.56 | 2.37 | - |
| YUV | 92.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 16 | 0.01 | 0 | 0.84 | 0.60 | 60.69 | 0.73 | 0.23 |
| Hex | 66 | 67 | 10 | 1 | 0 | 54 | 3C | 3D | 49 | 17 |
| Octal | 146 | 147 | 20 | 1 | 0 | 124 | 74 | 75 | 111 | 27 |
| Binary | 1100110 | 1100111 | 10000 | 1 | 0 | 1010100 | 111100 | 111101 | 1001001 | 10111 |
Color Harmonies of #666710
Complementary color
Monochromatic Colors of #666710
Black with #666710
Text Example
Text Example
White with #666710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666710; }
p { color: rgb(102,103,16); }
H1.HeaderClassName
{
color: #666710;
}
.AnyTagClassName
{
color: #666710;
}
</style>
background-color css
<style>
a { background-color: #666710; }
a { background-color: rgb(102,103,16); }
div.DivClassName
{
background-color: #666710;
}
.BgClassName
{
background-color: #666710;
}
</style>
border-color css
<style>
span { border-color: #666710; }
span { border-color: rgb(102,103,16); }
td.TdClassName
{
border-color: #666710;
}
.TagClassName
{
border-color: #666710;
}
</style>