Shades of Fiji Green #666301
Tints of Fiji Green #666301
RGB
CMYK
RGB Variations
Color information
#666301 (or 0x666301) is known color: Fiji Green. HEX triplet: 66, 63 and 01. RGB value is (102,99,1). Sum of RGB (Red+Green+Blue) = 102+99+1=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #666301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666301 is #999CFE. Grayscale: #595959. Windows color (decimal): -10067199 or 90982. OLE color: 90982.
HSL color Cylindrical-coordinate representation of color #666301: hue angle of 58.22º 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 #666301 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.6 |
| HSL | 58.22º | 0.98% | 0.2% | - |
| HSV(B) | 58.22º | 0.99% | 0.4% | - |
| XYZ | 9.95 | 11.75 | 1.77 | - |
| YUV | 88.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 1 | 0 | 0.03 | 0.99 | 0.6 | 58.22 | 0.98 | 0.2 |
| Hex | 66 | 63 | 1 | 0 | 3 | 63 | 3C | 3A | 62 | 14 |
| Octal | 146 | 143 | 1 | 0 | 3 | 143 | 74 | 72 | 142 | 24 |
| Binary | 1100110 | 1100011 | 1 | 0 | 11 | 1100011 | 111100 | 111010 | 1100010 | 10100 |
Color Harmonies of #666301
Complementary color
Monochromatic Colors of #666301
Black with #666301
Text Example
Text Example
White with #666301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666301; }
p { color: rgb(102,99,1); }
H1.HeaderClassName
{
color: #666301;
}
.AnyTagClassName
{
color: #666301;
}
</style>
background-color css
<style>
a { background-color: #666301; }
a { background-color: rgb(102,99,1); }
div.DivClassName
{
background-color: #666301;
}
.BgClassName
{
background-color: #666301;
}
</style>
border-color css
<style>
span { border-color: #666301; }
span { border-color: rgb(102,99,1); }
td.TdClassName
{
border-color: #666301;
}
.TagClassName
{
border-color: #666301;
}
</style>