Shades of Fiji Green #666B02
Tints of Fiji Green #666B02
RGB
CMYK
RGB Variations
Color information
#666B02 (or 0x666B02) is known color: Fiji Green. HEX triplet: 66, 6B and 02. RGB value is (102,107,2). Sum of RGB (Red+Green+Blue) = 102+107+2=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #666B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666B02 is #9994FD. Grayscale: #5D5D5D. Windows color (decimal): -10065150 or 158566. OLE color: 158566.
HSL color Cylindrical-coordinate representation of color #666B02: hue angle of 62.86º 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 #666B02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.58 |
| HSL | 62.86º | 0.96% | 0.21% | - |
| HSV(B) | 62.86º | 0.98% | 0.42% | - |
| XYZ | 10.75 | 13.34 | 2.07 | - |
| YUV | 93.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 2 | 0.05 | 0 | 0.98 | 0.58 | 62.86 | 0.96 | 0.21 |
| Hex | 66 | 6B | 2 | 5 | 0 | 62 | 3A | 3F | 60 | 15 |
| Octal | 146 | 153 | 2 | 5 | 0 | 142 | 72 | 77 | 140 | 25 |
| Binary | 1100110 | 1101011 | 10 | 101 | 0 | 1100010 | 111010 | 111111 | 1100000 | 10101 |
Color Harmonies of #666B02
Complementary color
Monochromatic Colors of #666B02
Black with #666B02
Text Example
Text Example
White with #666B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B02; }
p { color: rgb(102,107,2); }
H1.HeaderClassName
{
color: #666B02;
}
.AnyTagClassName
{
color: #666B02;
}
</style>
background-color css
<style>
a { background-color: #666B02; }
a { background-color: rgb(102,107,2); }
div.DivClassName
{
background-color: #666B02;
}
.BgClassName
{
background-color: #666B02;
}
</style>
border-color css
<style>
span { border-color: #666B02; }
span { border-color: rgb(102,107,2); }
td.TdClassName
{
border-color: #666B02;
}
.TagClassName
{
border-color: #666B02;
}
</style>