Shades of Fiji Green #666A1B
Tints of Fiji Green #666A1B
RGB
CMYK
RGB Variations
Color information
#666A1B (or 0x666A1B) is known color: Fiji Green. HEX triplet: 66, 6A and 1B. RGB value is (102,106,27). Sum of RGB (Red+Green+Blue) = 102+106+27=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #666A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A1B is #9995E4. Grayscale: #606060. Windows color (decimal): -10065381 or 1796710. OLE color: 1796710.
HSL color Cylindrical-coordinate representation of color #666A1B: hue angle of 63.04º degrees, saturation: 0.59, 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 #666A1B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 27 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.58 |
| HSL | 63.04º | 0.59% | 0.26% | - |
| HSV(B) | 63.04º | 0.75% | 0.42% | - |
| XYZ | 10.83 | 13.21 | 3.02 | - |
| YUV | 95.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 27 | 0.04 | 0 | 0.75 | 0.58 | 63.04 | 0.59 | 0.26 |
| Hex | 66 | 6A | 1B | 4 | 0 | 4B | 3A | 3F | 3B | 1A |
| Octal | 146 | 152 | 33 | 4 | 0 | 113 | 72 | 77 | 73 | 32 |
| Binary | 1100110 | 1101010 | 11011 | 100 | 0 | 1001011 | 111010 | 111111 | 111011 | 11010 |
Color Harmonies of #666A1B
Complementary color
Monochromatic Colors of #666A1B
Black with #666A1B
Text Example
Text Example
White with #666A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A1B; }
p { color: rgb(102,106,27); }
H1.HeaderClassName
{
color: #666A1B;
}
.AnyTagClassName
{
color: #666A1B;
}
</style>
background-color css
<style>
a { background-color: #666A1B; }
a { background-color: rgb(102,106,27); }
div.DivClassName
{
background-color: #666A1B;
}
.BgClassName
{
background-color: #666A1B;
}
</style>
border-color css
<style>
span { border-color: #666A1B; }
span { border-color: rgb(102,106,27); }
td.TdClassName
{
border-color: #666A1B;
}
.TagClassName
{
border-color: #666A1B;
}
</style>