Shades of Fiji Green #666001
Tints of Fiji Green #666001
RGB
CMYK
RGB Variations
Color information
#666001 (or 0x666001) is known color: Fiji Green. HEX triplet: 66, 60 and 01. RGB value is (102,96,1). Sum of RGB (Red+Green+Blue) = 102+96+1=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #666001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666001 is #999FFE. Grayscale: #575757. Windows color (decimal): -10067967 or 90214. OLE color: 90214.
HSL color Cylindrical-coordinate representation of color #666001: hue angle of 56.44º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #666001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.6 |
| HSL | 56.44º | 0.98% | 0.2% | - |
| HSV(B) | 56.44º | 0.99% | 0.4% | - |
| XYZ | 9.67 | 11.19 | 1.68 | - |
| YUV | 86.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 1 | 0 | 0.06 | 0.99 | 0.6 | 56.44 | 0.98 | 0.2 |
| Hex | 66 | 60 | 1 | 0 | 6 | 63 | 3C | 38 | 62 | 14 |
| Octal | 146 | 140 | 1 | 0 | 6 | 143 | 74 | 70 | 142 | 24 |
| Binary | 1100110 | 1100000 | 1 | 0 | 110 | 1100011 | 111100 | 111000 | 1100010 | 10100 |
Color Harmonies of #666001
Complementary color
Monochromatic Colors of #666001
Black with #666001
Text Example
Text Example
White with #666001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666001; }
p { color: rgb(102,96,1); }
H1.HeaderClassName
{
color: #666001;
}
.AnyTagClassName
{
color: #666001;
}
</style>
background-color css
<style>
a { background-color: #666001; }
a { background-color: rgb(102,96,1); }
div.DivClassName
{
background-color: #666001;
}
.BgClassName
{
background-color: #666001;
}
</style>
border-color css
<style>
span { border-color: #666001; }
span { border-color: rgb(102,96,1); }
td.TdClassName
{
border-color: #666001;
}
.TagClassName
{
border-color: #666001;
}
</style>