Shades of Fiji Green #666C1B
Tints of Fiji Green #666C1B
RGB
CMYK
RGB Variations
Color information
#666C1B (or 0x666C1B) is known color: Fiji Green. HEX triplet: 66, 6C and 1B. RGB value is (102,108,27). Sum of RGB (Red+Green+Blue) = 102+108+27=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #666C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C1B is #9993E4. Grayscale: #616161. Windows color (decimal): -10064869 or 1797222. OLE color: 1797222.
HSL color Cylindrical-coordinate representation of color #666C1B: hue angle of 64.44º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #666C1B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 27 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.58 |
| HSL | 64.44º | 0.6% | 0.26% | - |
| HSV(B) | 64.44º | 0.75% | 0.42% | - |
| XYZ | 11.04 | 13.63 | 3.09 | - |
| YUV | 96.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 27 | 0.06 | 0 | 0.75 | 0.58 | 64.44 | 0.6 | 0.26 |
| Hex | 66 | 6C | 1B | 6 | 0 | 4B | 3A | 40 | 3C | 1A |
| Octal | 146 | 154 | 33 | 6 | 0 | 113 | 72 | 100 | 74 | 32 |
| Binary | 1100110 | 1101100 | 11011 | 110 | 0 | 1001011 | 111010 | 1000000 | 111100 | 11010 |
Color Harmonies of #666C1B
Complementary color
Monochromatic Colors of #666C1B
Black with #666C1B
Text Example
Text Example
White with #666C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C1B; }
p { color: rgb(102,108,27); }
H1.HeaderClassName
{
color: #666C1B;
}
.AnyTagClassName
{
color: #666C1B;
}
</style>
background-color css
<style>
a { background-color: #666C1B; }
a { background-color: rgb(102,108,27); }
div.DivClassName
{
background-color: #666C1B;
}
.BgClassName
{
background-color: #666C1B;
}
</style>
border-color css
<style>
span { border-color: #666C1B; }
span { border-color: rgb(102,108,27); }
td.TdClassName
{
border-color: #666C1B;
}
.TagClassName
{
border-color: #666C1B;
}
</style>