Shades of Fiji Green #66630B
Tints of Fiji Green #66630B
RGB
CMYK
RGB Variations
Color information
#66630B (or 0x66630B) is known color: Fiji Green. HEX triplet: 66, 63 and 0B. RGB value is (102,99,11). Sum of RGB (Red+Green+Blue) = 102+99+11=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66630B is #999CF4. Grayscale: #5A5A5A. Windows color (decimal): -10067189 or 746342. OLE color: 746342.
HSL color Cylindrical-coordinate representation of color #66630B: hue angle of 58.02º 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 #66630B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 11 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.6 |
| HSL | 58.02º | 0.81% | 0.22% | - |
| HSV(B) | 58.02º | 0.89% | 0.4% | - |
| XYZ | 10 | 11.77 | 2.06 | - |
| YUV | 89.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 11 | 0 | 0.03 | 0.89 | 0.6 | 58.02 | 0.81 | 0.22 |
| Hex | 66 | 63 | B | 0 | 3 | 59 | 3C | 3A | 51 | 16 |
| Octal | 146 | 143 | 13 | 0 | 3 | 131 | 74 | 72 | 121 | 26 |
| Binary | 1100110 | 1100011 | 1011 | 0 | 11 | 1011001 | 111100 | 111010 | 1010001 | 10110 |
Color Harmonies of #66630B
Complementary color
Monochromatic Colors of #66630B
Black with #66630B
Text Example
Text Example
White with #66630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66630B; }
p { color: rgb(102,99,11); }
H1.HeaderClassName
{
color: #66630B;
}
.AnyTagClassName
{
color: #66630B;
}
</style>
background-color css
<style>
a { background-color: #66630B; }
a { background-color: rgb(102,99,11); }
div.DivClassName
{
background-color: #66630B;
}
.BgClassName
{
background-color: #66630B;
}
</style>
border-color css
<style>
span { border-color: #66630B; }
span { border-color: rgb(102,99,11); }
td.TdClassName
{
border-color: #66630B;
}
.TagClassName
{
border-color: #66630B;
}
</style>