Shades of Fiji Green #666B03
Tints of Fiji Green #666B03
RGB
CMYK
RGB Variations
Color information
#666B03 (or 0x666B03) is known color: Fiji Green. HEX triplet: 66, 6B and 03. RGB value is (102,107,3). Sum of RGB (Red+Green+Blue) = 102+107+3=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #666B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666B03 is #9994FC. Grayscale: #5E5E5E. Windows color (decimal): -10065149 or 224102. OLE color: 224102.
HSL color Cylindrical-coordinate representation of color #666B03: hue angle of 62.88º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666B03 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 3 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.58 |
| HSL | 62.88º | 0.95% | 0.22% | - |
| HSV(B) | 62.88º | 0.97% | 0.42% | - |
| XYZ | 10.75 | 13.35 | 2.1 | - |
| YUV | 93.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 3 | 0.05 | 0 | 0.97 | 0.58 | 62.88 | 0.95 | 0.22 |
| Hex | 66 | 6B | 3 | 5 | 0 | 61 | 3A | 3F | 5F | 16 |
| Octal | 146 | 153 | 3 | 5 | 0 | 141 | 72 | 77 | 137 | 26 |
| Binary | 1100110 | 1101011 | 11 | 101 | 0 | 1100001 | 111010 | 111111 | 1011111 | 10110 |
Color Harmonies of #666B03
Complementary color
Monochromatic Colors of #666B03
Black with #666B03
Text Example
Text Example
White with #666B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B03; }
p { color: rgb(102,107,3); }
H1.HeaderClassName
{
color: #666B03;
}
.AnyTagClassName
{
color: #666B03;
}
</style>
background-color css
<style>
a { background-color: #666B03; }
a { background-color: rgb(102,107,3); }
div.DivClassName
{
background-color: #666B03;
}
.BgClassName
{
background-color: #666B03;
}
</style>
border-color css
<style>
span { border-color: #666B03; }
span { border-color: rgb(102,107,3); }
td.TdClassName
{
border-color: #666B03;
}
.TagClassName
{
border-color: #666B03;
}
</style>