Shades of Fiji Green #6B690D
Tints of Fiji Green #6B690D
RGB
CMYK
RGB Variations
Color information
#6B690D (or 0x6B690D) is known color: Fiji Green. HEX triplet: 6B, 69 and 0D. RGB value is (107,105,13). Sum of RGB (Red+Green+Blue) = 107+105+13=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B690D is #9496F2. Grayscale: #5F5F5F. Windows color (decimal): -9737971 or 878955. OLE color: 878955.
HSL color Cylindrical-coordinate representation of color #6B690D: hue angle of 58.72º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B690D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 13 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.58 |
| HSL | 58.72º | 0.78% | 0.24% | - |
| HSV(B) | 58.72º | 0.88% | 0.42% | - |
| XYZ | 11.19 | 13.26 | 2.35 | - |
| YUV | 95.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 13 | 0 | 0.02 | 0.88 | 0.58 | 58.72 | 0.78 | 0.24 |
| Hex | 6B | 69 | D | 0 | 2 | 58 | 3A | 3B | 4E | 18 |
| Octal | 153 | 151 | 15 | 0 | 2 | 130 | 72 | 73 | 116 | 30 |
| Binary | 1101011 | 1101001 | 1101 | 0 | 10 | 1011000 | 111010 | 111011 | 1001110 | 11000 |
Color Harmonies of #6B690D
Complementary color
Monochromatic Colors of #6B690D
Black with #6B690D
Text Example
Text Example
White with #6B690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B690D; }
p { color: rgb(107,105,13); }
H1.HeaderClassName
{
color: #6B690D;
}
.AnyTagClassName
{
color: #6B690D;
}
</style>
background-color css
<style>
a { background-color: #6B690D; }
a { background-color: rgb(107,105,13); }
div.DivClassName
{
background-color: #6B690D;
}
.BgClassName
{
background-color: #6B690D;
}
</style>
border-color css
<style>
span { border-color: #6B690D; }
span { border-color: rgb(107,105,13); }
td.TdClassName
{
border-color: #6B690D;
}
.TagClassName
{
border-color: #6B690D;
}
</style>