Shades of Fiji Green #6B7116
Tints of Fiji Green #6B7116
RGB
CMYK
RGB Variations
Color information
#6B7116 (or 0x6B7116) is known color: Fiji Green. HEX triplet: 6B, 71 and 16. RGB value is (107,113,22). Sum of RGB (Red+Green+Blue) = 107+113+22=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7116 is #948EE9. Grayscale: #656565. Windows color (decimal): -9735914 or 1470827. OLE color: 1470827.
HSL color Cylindrical-coordinate representation of color #6B7116: hue angle of 63.96º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B7116 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 22 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.56 |
| HSL | 63.96º | 0.67% | 0.26% | - |
| HSV(B) | 63.96º | 0.81% | 0.44% | - |
| XYZ | 12.11 | 14.99 | 3.01 | - |
| YUV | 100.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 22 | 0.05 | 0 | 0.81 | 0.56 | 63.96 | 0.67 | 0.26 |
| Hex | 6B | 71 | 16 | 5 | 0 | 51 | 38 | 40 | 43 | 1A |
| Octal | 153 | 161 | 26 | 5 | 0 | 121 | 70 | 100 | 103 | 32 |
| Binary | 1101011 | 1110001 | 10110 | 101 | 0 | 1010001 | 111000 | 1000000 | 1000011 | 11010 |
Color Harmonies of #6B7116
Complementary color
Monochromatic Colors of #6B7116
Black with #6B7116
Text Example
Text Example
White with #6B7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7116; }
p { color: rgb(107,113,22); }
H1.HeaderClassName
{
color: #6B7116;
}
.AnyTagClassName
{
color: #6B7116;
}
</style>
background-color css
<style>
a { background-color: #6B7116; }
a { background-color: rgb(107,113,22); }
div.DivClassName
{
background-color: #6B7116;
}
.BgClassName
{
background-color: #6B7116;
}
</style>
border-color css
<style>
span { border-color: #6B7116; }
span { border-color: rgb(107,113,22); }
td.TdClassName
{
border-color: #6B7116;
}
.TagClassName
{
border-color: #6B7116;
}
</style>