Shades of Fiji Green #666903
Tints of Fiji Green #666903
RGB
CMYK
RGB Variations
Color information
#666903 (or 0x666903) is known color: Fiji Green. HEX triplet: 66, 69 and 03. RGB value is (102,105,3). Sum of RGB (Red+Green+Blue) = 102+105+3=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #666903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666903 is #9996FC. Grayscale: #5C5C5C. Windows color (decimal): -10065661 or 223590. OLE color: 223590.
HSL color Cylindrical-coordinate representation of color #666903: hue angle of 61.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666903 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 3 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.59 |
| HSL | 61.76º | 0.94% | 0.21% | - |
| HSV(B) | 61.76º | 0.97% | 0.41% | - |
| XYZ | 10.55 | 12.93 | 2.03 | - |
| YUV | 92.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 3 | 0.03 | 0 | 0.97 | 0.59 | 61.76 | 0.94 | 0.21 |
| Hex | 66 | 69 | 3 | 3 | 0 | 61 | 3B | 3E | 5E | 15 |
| Octal | 146 | 151 | 3 | 3 | 0 | 141 | 73 | 76 | 136 | 25 |
| Binary | 1100110 | 1101001 | 11 | 11 | 0 | 1100001 | 111011 | 111110 | 1011110 | 10101 |
Color Harmonies of #666903
Complementary color
Monochromatic Colors of #666903
Black with #666903
Text Example
Text Example
White with #666903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666903; }
p { color: rgb(102,105,3); }
H1.HeaderClassName
{
color: #666903;
}
.AnyTagClassName
{
color: #666903;
}
</style>
background-color css
<style>
a { background-color: #666903; }
a { background-color: rgb(102,105,3); }
div.DivClassName
{
background-color: #666903;
}
.BgClassName
{
background-color: #666903;
}
</style>
border-color css
<style>
span { border-color: #666903; }
span { border-color: rgb(102,105,3); }
td.TdClassName
{
border-color: #666903;
}
.TagClassName
{
border-color: #666903;
}
</style>