Shades of Fiji Green #6F7312
Tints of Fiji Green #6F7312
RGB
CMYK
RGB Variations
Color information
#6F7312 (or 0x6F7312) is known color: Fiji Green. HEX triplet: 6F, 73 and 12. RGB value is (111,115,18). Sum of RGB (Red+Green+Blue) = 111+115+18=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7312 is #908CED. Grayscale: #676767. Windows color (decimal): -9473262 or 1209199. OLE color: 1209199.
HSL color Cylindrical-coordinate representation of color #6F7312: hue angle of 62.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F7312 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 18 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.55 |
| HSL | 62.47º | 0.73% | 0.26% | - |
| HSV(B) | 62.47º | 0.84% | 0.45% | - |
| XYZ | 12.8 | 15.68 | 2.93 | - |
| YUV | 102.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 18 | 0.03 | 0 | 0.84 | 0.55 | 62.47 | 0.73 | 0.26 |
| Hex | 6F | 73 | 12 | 3 | 0 | 54 | 37 | 3E | 49 | 1A |
| Octal | 157 | 163 | 22 | 3 | 0 | 124 | 67 | 76 | 111 | 32 |
| Binary | 1101111 | 1110011 | 10010 | 11 | 0 | 1010100 | 110111 | 111110 | 1001001 | 11010 |
Color Harmonies of #6F7312
Complementary color
Monochromatic Colors of #6F7312
Black with #6F7312
Text Example
Text Example
White with #6F7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7312; }
p { color: rgb(111,115,18); }
H1.HeaderClassName
{
color: #6F7312;
}
.AnyTagClassName
{
color: #6F7312;
}
</style>
background-color css
<style>
a { background-color: #6F7312; }
a { background-color: rgb(111,115,18); }
div.DivClassName
{
background-color: #6F7312;
}
.BgClassName
{
background-color: #6F7312;
}
</style>
border-color css
<style>
span { border-color: #6F7312; }
span { border-color: rgb(111,115,18); }
td.TdClassName
{
border-color: #6F7312;
}
.TagClassName
{
border-color: #6F7312;
}
</style>