Shades of Fiji Green #66620B
Tints of Fiji Green #66620B
RGB
CMYK
RGB Variations
Color information
#66620B (or 0x66620B) is known color: Fiji Green. HEX triplet: 66, 62 and 0B. RGB value is (102,98,11). Sum of RGB (Red+Green+Blue) = 102+98+11=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66620B is #999DF4. Grayscale: #595959. Windows color (decimal): -10067445 or 746086. OLE color: 746086.
HSL color Cylindrical-coordinate representation of color #66620B: hue angle of 57.36º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66620B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 11 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.6 |
| HSL | 57.36º | 0.81% | 0.22% | - |
| HSV(B) | 57.36º | 0.89% | 0.4% | - |
| XYZ | 9.91 | 11.58 | 2.03 | - |
| YUV | 89.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 11 | 0 | 0.04 | 0.89 | 0.6 | 57.36 | 0.81 | 0.22 |
| Hex | 66 | 62 | B | 0 | 4 | 59 | 3C | 39 | 51 | 16 |
| Octal | 146 | 142 | 13 | 0 | 4 | 131 | 74 | 71 | 121 | 26 |
| Binary | 1100110 | 1100010 | 1011 | 0 | 100 | 1011001 | 111100 | 111001 | 1010001 | 10110 |
Color Harmonies of #66620B
Complementary color
Monochromatic Colors of #66620B
Black with #66620B
Text Example
Text Example
White with #66620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66620B; }
p { color: rgb(102,98,11); }
H1.HeaderClassName
{
color: #66620B;
}
.AnyTagClassName
{
color: #66620B;
}
</style>
background-color css
<style>
a { background-color: #66620B; }
a { background-color: rgb(102,98,11); }
div.DivClassName
{
background-color: #66620B;
}
.BgClassName
{
background-color: #66620B;
}
</style>
border-color css
<style>
span { border-color: #66620B; }
span { border-color: rgb(102,98,11); }
td.TdClassName
{
border-color: #66620B;
}
.TagClassName
{
border-color: #66620B;
}
</style>