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