Shades of Fiji Green #6B7113
Tints of Fiji Green #6B7113
RGB
CMYK
RGB Variations
Color information
#6B7113 (or 0x6B7113) is known color: Fiji Green. HEX triplet: 6B, 71 and 13. RGB value is (107,113,19). Sum of RGB (Red+Green+Blue) = 107+113+19=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7113 is #948EEC. Grayscale: #646464. Windows color (decimal): -9735917 or 1274219. OLE color: 1274219.
HSL color Cylindrical-coordinate representation of color #6B7113: hue angle of 63.83º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B7113 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 19 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.56 |
| HSL | 63.83º | 0.71% | 0.26% | - |
| HSV(B) | 63.83º | 0.83% | 0.44% | - |
| XYZ | 12.09 | 14.98 | 2.87 | - |
| YUV | 100.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 19 | 0.05 | 0 | 0.83 | 0.56 | 63.83 | 0.71 | 0.26 |
| Hex | 6B | 71 | 13 | 5 | 0 | 53 | 38 | 40 | 47 | 1A |
| Octal | 153 | 161 | 23 | 5 | 0 | 123 | 70 | 100 | 107 | 32 |
| Binary | 1101011 | 1110001 | 10011 | 101 | 0 | 1010011 | 111000 | 1000000 | 1000111 | 11010 |
Color Harmonies of #6B7113
Complementary color
Monochromatic Colors of #6B7113
Black with #6B7113
Text Example
Text Example
White with #6B7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7113; }
p { color: rgb(107,113,19); }
H1.HeaderClassName
{
color: #6B7113;
}
.AnyTagClassName
{
color: #6B7113;
}
</style>
background-color css
<style>
a { background-color: #6B7113; }
a { background-color: rgb(107,113,19); }
div.DivClassName
{
background-color: #6B7113;
}
.BgClassName
{
background-color: #6B7113;
}
</style>
border-color css
<style>
span { border-color: #6B7113; }
span { border-color: rgb(107,113,19); }
td.TdClassName
{
border-color: #6B7113;
}
.TagClassName
{
border-color: #6B7113;
}
</style>