Shades of Fiji Green #666815
Tints of Fiji Green #666815
RGB
CMYK
RGB Variations
Color information
#666815 (or 0x666815) is known color: Fiji Green. HEX triplet: 66, 68 and 15. RGB value is (102,104,21). Sum of RGB (Red+Green+Blue) = 102+104+21=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #666815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666815 is #9997EA. Grayscale: #5E5E5E. Windows color (decimal): -10065899 or 1402982. OLE color: 1402982.
HSL color Cylindrical-coordinate representation of color #666815: hue angle of 61.45º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #666815 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 21 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.59 |
| HSL | 61.45º | 0.66% | 0.25% | - |
| HSV(B) | 61.45º | 0.8% | 0.41% | - |
| XYZ | 10.57 | 12.78 | 2.62 | - |
| YUV | 93.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 21 | 0.02 | 0 | 0.80 | 0.59 | 61.45 | 0.66 | 0.25 |
| Hex | 66 | 68 | 15 | 2 | 0 | 50 | 3B | 3D | 42 | 19 |
| Octal | 146 | 150 | 25 | 2 | 0 | 120 | 73 | 75 | 102 | 31 |
| Binary | 1100110 | 1101000 | 10101 | 10 | 0 | 1010000 | 111011 | 111101 | 1000010 | 11001 |
Color Harmonies of #666815
Complementary color
Monochromatic Colors of #666815
Black with #666815
Text Example
Text Example
White with #666815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666815; }
p { color: rgb(102,104,21); }
H1.HeaderClassName
{
color: #666815;
}
.AnyTagClassName
{
color: #666815;
}
</style>
background-color css
<style>
a { background-color: #666815; }
a { background-color: rgb(102,104,21); }
div.DivClassName
{
background-color: #666815;
}
.BgClassName
{
background-color: #666815;
}
</style>
border-color css
<style>
span { border-color: #666815; }
span { border-color: rgb(102,104,21); }
td.TdClassName
{
border-color: #666815;
}
.TagClassName
{
border-color: #666815;
}
</style>