Shades of Fiji Green #6B660B
Tints of Fiji Green #6B660B
RGB
CMYK
RGB Variations
Color information
#6B660B (or 0x6B660B) is known color: Fiji Green. HEX triplet: 6B, 66 and 0B. RGB value is (107,102,11). Sum of RGB (Red+Green+Blue) = 107+102+11=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B660B is #9499F4. Grayscale: #5D5D5D. Windows color (decimal): -9738741 or 747115. OLE color: 747115.
HSL color Cylindrical-coordinate representation of color #6B660B: hue angle of 56.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B660B is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 11 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.58 |
| HSL | 56.88º | 0.81% | 0.23% | - |
| HSV(B) | 56.88º | 0.9% | 0.42% | - |
| XYZ | 10.88 | 12.65 | 2.19 | - |
| YUV | 93.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 11 | 0 | 0.05 | 0.90 | 0.58 | 56.88 | 0.81 | 0.23 |
| Hex | 6B | 66 | B | 0 | 5 | 5A | 3A | 39 | 51 | 17 |
| Octal | 153 | 146 | 13 | 0 | 5 | 132 | 72 | 71 | 121 | 27 |
| Binary | 1101011 | 1100110 | 1011 | 0 | 101 | 1011010 | 111010 | 111001 | 1010001 | 10111 |
Color Harmonies of #6B660B
Complementary color
Monochromatic Colors of #6B660B
Black with #6B660B
Text Example
Text Example
White with #6B660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B660B; }
p { color: rgb(107,102,11); }
H1.HeaderClassName
{
color: #6B660B;
}
.AnyTagClassName
{
color: #6B660B;
}
</style>
background-color css
<style>
a { background-color: #6B660B; }
a { background-color: rgb(107,102,11); }
div.DivClassName
{
background-color: #6B660B;
}
.BgClassName
{
background-color: #6B660B;
}
</style>
border-color css
<style>
span { border-color: #6B660B; }
span { border-color: rgb(107,102,11); }
td.TdClassName
{
border-color: #6B660B;
}
.TagClassName
{
border-color: #6B660B;
}
</style>