Shades of Fiji Green #6B680D
Tints of Fiji Green #6B680D
RGB
CMYK
RGB Variations
Color information
#6B680D (or 0x6B680D) is known color: Fiji Green. HEX triplet: 6B, 68 and 0D. RGB value is (107,104,13). Sum of RGB (Red+Green+Blue) = 107+104+13=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B680D is #9497F2. Grayscale: #5E5E5E. Windows color (decimal): -9738227 or 878699. OLE color: 878699.
HSL color Cylindrical-coordinate representation of color #6B680D: hue angle of 58.09º 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 #6B680D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 13 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.58 |
| HSL | 58.09º | 0.78% | 0.24% | - |
| HSV(B) | 58.09º | 0.88% | 0.42% | - |
| XYZ | 11.09 | 13.06 | 2.32 | - |
| YUV | 94.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 13 | 0 | 0.03 | 0.88 | 0.58 | 58.09 | 0.78 | 0.24 |
| Hex | 6B | 68 | D | 0 | 3 | 58 | 3A | 3A | 4E | 18 |
| Octal | 153 | 150 | 15 | 0 | 3 | 130 | 72 | 72 | 116 | 30 |
| Binary | 1101011 | 1101000 | 1101 | 0 | 11 | 1011000 | 111010 | 111010 | 1001110 | 11000 |
Color Harmonies of #6B680D
Complementary color
Monochromatic Colors of #6B680D
Black with #6B680D
Text Example
Text Example
White with #6B680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B680D; }
p { color: rgb(107,104,13); }
H1.HeaderClassName
{
color: #6B680D;
}
.AnyTagClassName
{
color: #6B680D;
}
</style>
background-color css
<style>
a { background-color: #6B680D; }
a { background-color: rgb(107,104,13); }
div.DivClassName
{
background-color: #6B680D;
}
.BgClassName
{
background-color: #6B680D;
}
</style>
border-color css
<style>
span { border-color: #6B680D; }
span { border-color: rgb(107,104,13); }
td.TdClassName
{
border-color: #6B680D;
}
.TagClassName
{
border-color: #6B680D;
}
</style>