Shades of Fiji Green #6F7113
Tints of Fiji Green #6F7113
RGB
CMYK
RGB Variations
Color information
#6F7113 (or 0x6F7113) is known color: Fiji Green. HEX triplet: 6F, 71 and 13. RGB value is (111,113,19). Sum of RGB (Red+Green+Blue) = 111+113+19=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7113 is #908EEC. Grayscale: #666666. Windows color (decimal): -9473773 or 1274223. OLE color: 1274223.
HSL color Cylindrical-coordinate representation of color #6F7113: hue angle of 61.28º 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 #6F7113 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 19 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.56 |
| HSL | 61.28º | 0.71% | 0.26% | - |
| HSV(B) | 61.28º | 0.83% | 0.44% | - |
| XYZ | 12.58 | 15.24 | 2.89 | - |
| YUV | 101.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 19 | 0.02 | 0 | 0.83 | 0.56 | 61.28 | 0.71 | 0.26 |
| Hex | 6F | 71 | 13 | 2 | 0 | 53 | 38 | 3D | 47 | 1A |
| Octal | 157 | 161 | 23 | 2 | 0 | 123 | 70 | 75 | 107 | 32 |
| Binary | 1101111 | 1110001 | 10011 | 10 | 0 | 1010011 | 111000 | 111101 | 1000111 | 11010 |
Color Harmonies of #6F7113
Complementary color
Monochromatic Colors of #6F7113
Black with #6F7113
Text Example
Text Example
White with #6F7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7113; }
p { color: rgb(111,113,19); }
H1.HeaderClassName
{
color: #6F7113;
}
.AnyTagClassName
{
color: #6F7113;
}
</style>
background-color css
<style>
a { background-color: #6F7113; }
a { background-color: rgb(111,113,19); }
div.DivClassName
{
background-color: #6F7113;
}
.BgClassName
{
background-color: #6F7113;
}
</style>
border-color css
<style>
span { border-color: #6F7113; }
span { border-color: rgb(111,113,19); }
td.TdClassName
{
border-color: #6F7113;
}
.TagClassName
{
border-color: #6F7113;
}
</style>