Shades of Fiji Green #666A02
Tints of Fiji Green #666A02
RGB
CMYK
RGB Variations
Color information
#666A02 (or 0x666A02) is known color: Fiji Green. HEX triplet: 66, 6A and 02. RGB value is (102,106,2). Sum of RGB (Red+Green+Blue) = 102+106+2=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #666A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666A02 is #9995FD. Grayscale: #5D5D5D. Windows color (decimal): -10065406 or 158310. OLE color: 158310.
HSL color Cylindrical-coordinate representation of color #666A02: hue angle of 62.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #666A02 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 2 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.58 |
| HSL | 62.31º | 0.96% | 0.21% | - |
| HSV(B) | 62.31º | 0.98% | 0.42% | - |
| XYZ | 10.64 | 13.14 | 2.03 | - |
| YUV | 92.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 2 | 0.04 | 0 | 0.98 | 0.58 | 62.31 | 0.96 | 0.21 |
| Hex | 66 | 6A | 2 | 4 | 0 | 62 | 3A | 3E | 60 | 15 |
| Octal | 146 | 152 | 2 | 4 | 0 | 142 | 72 | 76 | 140 | 25 |
| Binary | 1100110 | 1101010 | 10 | 100 | 0 | 1100010 | 111010 | 111110 | 1100000 | 10101 |
Color Harmonies of #666A02
Complementary color
Monochromatic Colors of #666A02
Black with #666A02
Text Example
Text Example
White with #666A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A02; }
p { color: rgb(102,106,2); }
H1.HeaderClassName
{
color: #666A02;
}
.AnyTagClassName
{
color: #666A02;
}
</style>
background-color css
<style>
a { background-color: #666A02; }
a { background-color: rgb(102,106,2); }
div.DivClassName
{
background-color: #666A02;
}
.BgClassName
{
background-color: #666A02;
}
</style>
border-color css
<style>
span { border-color: #666A02; }
span { border-color: rgb(102,106,2); }
td.TdClassName
{
border-color: #666A02;
}
.TagClassName
{
border-color: #666A02;
}
</style>