Shades of Fiji Green #667C16
Tints of Fiji Green #667C16
RGB
CMYK
RGB Variations
Color information
#667C16 (or 0x667C16) is known color: Fiji Green. HEX triplet: 66, 7C and 16. RGB value is (102,124,22). Sum of RGB (Red+Green+Blue) = 102+124+22=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #667C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667C16 is #9983E9. Grayscale: #6A6A6A. Windows color (decimal): -10060778 or 1473638. OLE color: 1473638.
HSL color Cylindrical-coordinate representation of color #667C16: hue angle of 72.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #667C16 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 22 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.51 |
| HSL | 72.94º | 0.7% | 0.29% | - |
| HSV(B) | 72.94º | 0.82% | 0.49% | - |
| XYZ | 12.83 | 17.3 | 3.42 | - |
| YUV | 105.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 22 | 0.18 | 0 | 0.82 | 0.51 | 72.94 | 0.7 | 0.29 |
| Hex | 66 | 7C | 16 | 12 | 0 | 52 | 33 | 49 | 46 | 1D |
| Octal | 146 | 174 | 26 | 22 | 0 | 122 | 63 | 111 | 106 | 35 |
| Binary | 1100110 | 1111100 | 10110 | 10010 | 0 | 1010010 | 110011 | 1001001 | 1000110 | 11101 |
Color Harmonies of #667C16
Complementary color
Monochromatic Colors of #667C16
Black with #667C16
Text Example
Text Example
White with #667C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C16; }
p { color: rgb(102,124,22); }
H1.HeaderClassName
{
color: #667C16;
}
.AnyTagClassName
{
color: #667C16;
}
</style>
background-color css
<style>
a { background-color: #667C16; }
a { background-color: rgb(102,124,22); }
div.DivClassName
{
background-color: #667C16;
}
.BgClassName
{
background-color: #667C16;
}
</style>
border-color css
<style>
span { border-color: #667C16; }
span { border-color: rgb(102,124,22); }
td.TdClassName
{
border-color: #667C16;
}
.TagClassName
{
border-color: #667C16;
}
</style>