Shades of Fiji Green #6F7112
Tints of Fiji Green #6F7112
RGB
CMYK
RGB Variations
Color information
#6F7112 (or 0x6F7112) is known color: Fiji Green. HEX triplet: 6F, 71 and 12. RGB value is (111,113,18). Sum of RGB (Red+Green+Blue) = 111+113+18=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7112 is #908EED. Grayscale: #656565. Windows color (decimal): -9473774 or 1208687. OLE color: 1208687.
HSL color Cylindrical-coordinate representation of color #6F7112: hue angle of 61.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F7112 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 18 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.56 |
| HSL | 61.26º | 0.73% | 0.26% | - |
| HSV(B) | 61.26º | 0.84% | 0.44% | - |
| XYZ | 12.57 | 15.23 | 2.85 | - |
| YUV | 101.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 18 | 0.02 | 0 | 0.84 | 0.56 | 61.26 | 0.73 | 0.26 |
| Hex | 6F | 71 | 12 | 2 | 0 | 54 | 38 | 3D | 49 | 1A |
| Octal | 157 | 161 | 22 | 2 | 0 | 124 | 70 | 75 | 111 | 32 |
| Binary | 1101111 | 1110001 | 10010 | 10 | 0 | 1010100 | 111000 | 111101 | 1001001 | 11010 |
Color Harmonies of #6F7112
Complementary color
Monochromatic Colors of #6F7112
Black with #6F7112
Text Example
Text Example
White with #6F7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7112; }
p { color: rgb(111,113,18); }
H1.HeaderClassName
{
color: #6F7112;
}
.AnyTagClassName
{
color: #6F7112;
}
</style>
background-color css
<style>
a { background-color: #6F7112; }
a { background-color: rgb(111,113,18); }
div.DivClassName
{
background-color: #6F7112;
}
.BgClassName
{
background-color: #6F7112;
}
</style>
border-color css
<style>
span { border-color: #6F7112; }
span { border-color: rgb(111,113,18); }
td.TdClassName
{
border-color: #6F7112;
}
.TagClassName
{
border-color: #6F7112;
}
</style>