Shades of Fiji Green #666501
Tints of Fiji Green #666501
RGB
CMYK
RGB Variations
Color information
#666501 (or 0x666501) is known color: Fiji Green. HEX triplet: 66, 65 and 01. RGB value is (102,101,1). Sum of RGB (Red+Green+Blue) = 102+101+1=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #666501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666501 is #999AFE. Grayscale: #5A5A5A. Windows color (decimal): -10066687 or 91494. OLE color: 91494.
HSL color Cylindrical-coordinate representation of color #666501: hue angle of 59.41º 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 #666501 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.6 |
| HSL | 59.41º | 0.98% | 0.2% | - |
| HSV(B) | 59.41º | 0.99% | 0.4% | - |
| XYZ | 10.14 | 12.13 | 1.84 | - |
| YUV | 89.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 1 | 0 | 0.01 | 0.99 | 0.6 | 59.41 | 0.98 | 0.2 |
| Hex | 66 | 65 | 1 | 0 | 1 | 63 | 3C | 3B | 62 | 14 |
| Octal | 146 | 145 | 1 | 0 | 1 | 143 | 74 | 73 | 142 | 24 |
| Binary | 1100110 | 1100101 | 1 | 0 | 1 | 1100011 | 111100 | 111011 | 1100010 | 10100 |
Color Harmonies of #666501
Complementary color
Monochromatic Colors of #666501
Black with #666501
Text Example
Text Example
White with #666501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666501; }
p { color: rgb(102,101,1); }
H1.HeaderClassName
{
color: #666501;
}
.AnyTagClassName
{
color: #666501;
}
</style>
background-color css
<style>
a { background-color: #666501; }
a { background-color: rgb(102,101,1); }
div.DivClassName
{
background-color: #666501;
}
.BgClassName
{
background-color: #666501;
}
</style>
border-color css
<style>
span { border-color: #666501; }
span { border-color: rgb(102,101,1); }
td.TdClassName
{
border-color: #666501;
}
.TagClassName
{
border-color: #666501;
}
</style>