Shades of Fiji Green #6B690B
Tints of Fiji Green #6B690B
RGB
CMYK
RGB Variations
Color information
#6B690B (or 0x6B690B) is known color: Fiji Green. HEX triplet: 6B, 69 and 0B. RGB value is (107,105,11). Sum of RGB (Red+Green+Blue) = 107+105+11=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B690B is #9496F4. Grayscale: #5F5F5F. Windows color (decimal): -9737973 or 747883. OLE color: 747883.
HSL color Cylindrical-coordinate representation of color #6B690B: hue angle of 58.75º 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 #6B690B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 11 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.58 |
| HSL | 58.75º | 0.81% | 0.23% | - |
| HSV(B) | 58.75º | 0.9% | 0.42% | - |
| XYZ | 11.18 | 13.25 | 2.29 | - |
| YUV | 94.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 11 | 0 | 0.02 | 0.90 | 0.58 | 58.75 | 0.81 | 0.23 |
| Hex | 6B | 69 | B | 0 | 2 | 5A | 3A | 3B | 51 | 17 |
| Octal | 153 | 151 | 13 | 0 | 2 | 132 | 72 | 73 | 121 | 27 |
| Binary | 1101011 | 1101001 | 1011 | 0 | 10 | 1011010 | 111010 | 111011 | 1010001 | 10111 |
Color Harmonies of #6B690B
Complementary color
Monochromatic Colors of #6B690B
Black with #6B690B
Text Example
Text Example
White with #6B690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B690B; }
p { color: rgb(107,105,11); }
H1.HeaderClassName
{
color: #6B690B;
}
.AnyTagClassName
{
color: #6B690B;
}
</style>
background-color css
<style>
a { background-color: #6B690B; }
a { background-color: rgb(107,105,11); }
div.DivClassName
{
background-color: #6B690B;
}
.BgClassName
{
background-color: #6B690B;
}
</style>
border-color css
<style>
span { border-color: #6B690B; }
span { border-color: rgb(107,105,11); }
td.TdClassName
{
border-color: #6B690B;
}
.TagClassName
{
border-color: #6B690B;
}
</style>