Shades of Fiji Green #667E1C
Tints of Fiji Green #667E1C
RGB
CMYK
RGB Variations
Color information
#667E1C (or 0x667E1C) is known color: Fiji Green. HEX triplet: 66, 7E and 1C. RGB value is (102,126,28). Sum of RGB (Red+Green+Blue) = 102+126+28=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #667E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667E1C is #9981E3. Grayscale: #6C6C6C. Windows color (decimal): -10060260 or 1867366. OLE color: 1867366.
HSL color Cylindrical-coordinate representation of color #667E1C: hue angle of 74.69º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #667E1C is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 28 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.51 |
| HSL | 74.69º | 0.64% | 0.3% | - |
| HSV(B) | 74.69º | 0.78% | 0.49% | - |
| XYZ | 13.15 | 17.83 | 3.85 | - |
| YUV | 107.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 28 | 0.19 | 0 | 0.78 | 0.51 | 74.69 | 0.64 | 0.3 |
| Hex | 66 | 7E | 1C | 13 | 0 | 4E | 33 | 4B | 40 | 1E |
| Octal | 146 | 176 | 34 | 23 | 0 | 116 | 63 | 113 | 100 | 36 |
| Binary | 1100110 | 1111110 | 11100 | 10011 | 0 | 1001110 | 110011 | 1001011 | 1000000 | 11110 |
Color Harmonies of #667E1C
Complementary color
Monochromatic Colors of #667E1C
Black with #667E1C
Text Example
Text Example
White with #667E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E1C; }
p { color: rgb(102,126,28); }
H1.HeaderClassName
{
color: #667E1C;
}
.AnyTagClassName
{
color: #667E1C;
}
</style>
background-color css
<style>
a { background-color: #667E1C; }
a { background-color: rgb(102,126,28); }
div.DivClassName
{
background-color: #667E1C;
}
.BgClassName
{
background-color: #667E1C;
}
</style>
border-color css
<style>
span { border-color: #667E1C; }
span { border-color: rgb(102,126,28); }
td.TdClassName
{
border-color: #667E1C;
}
.TagClassName
{
border-color: #667E1C;
}
</style>