Shades of Fiji Green #666F03
Tints of Fiji Green #666F03
RGB
CMYK
RGB Variations
Color information
#666F03 (or 0x666F03) is known color: Fiji Green. HEX triplet: 66, 6F and 03. RGB value is (102,111,3). Sum of RGB (Red+Green+Blue) = 102+111+3=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #666F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666F03 is #9990FC. Grayscale: #606060. Windows color (decimal): -10064125 or 225126. OLE color: 225126.
HSL color Cylindrical-coordinate representation of color #666F03: hue angle of 65º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666F03 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 3 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.56 |
| HSL | 65º | 0.95% | 0.22% | - |
| HSV(B) | 65º | 0.97% | 0.44% | - |
| XYZ | 11.18 | 14.2 | 2.24 | - |
| YUV | 96 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 3 | 0.08 | 0 | 0.97 | 0.56 | 65 | 0.95 | 0.22 |
| Hex | 66 | 6F | 3 | 8 | 0 | 61 | 38 | 41 | 5F | 16 |
| Octal | 146 | 157 | 3 | 10 | 0 | 141 | 70 | 101 | 137 | 26 |
| Binary | 1100110 | 1101111 | 11 | 1000 | 0 | 1100001 | 111000 | 1000001 | 1011111 | 10110 |
Color Harmonies of #666F03
Complementary color
Monochromatic Colors of #666F03
Black with #666F03
Text Example
Text Example
White with #666F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F03; }
p { color: rgb(102,111,3); }
H1.HeaderClassName
{
color: #666F03;
}
.AnyTagClassName
{
color: #666F03;
}
</style>
background-color css
<style>
a { background-color: #666F03; }
a { background-color: rgb(102,111,3); }
div.DivClassName
{
background-color: #666F03;
}
.BgClassName
{
background-color: #666F03;
}
</style>
border-color css
<style>
span { border-color: #666F03; }
span { border-color: rgb(102,111,3); }
td.TdClassName
{
border-color: #666F03;
}
.TagClassName
{
border-color: #666F03;
}
</style>