Shades of Fiji Green #6B7212
Tints of Fiji Green #6B7212
RGB
CMYK
RGB Variations
Color information
#6B7212 (or 0x6B7212) is known color: Fiji Green. HEX triplet: 6B, 72 and 12. RGB value is (107,114,18). Sum of RGB (Red+Green+Blue) = 107+114+18=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7212 is #948DED. Grayscale: #656565. Windows color (decimal): -9735662 or 1208939. OLE color: 1208939.
HSL color Cylindrical-coordinate representation of color #6B7212: hue angle of 64.38º 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 #6B7212 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 18 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.55 |
| HSL | 64.38º | 0.73% | 0.26% | - |
| HSV(B) | 64.38º | 0.84% | 0.45% | - |
| XYZ | 12.19 | 15.2 | 2.86 | - |
| YUV | 100.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 18 | 0.06 | 0 | 0.84 | 0.55 | 64.38 | 0.73 | 0.26 |
| Hex | 6B | 72 | 12 | 6 | 0 | 54 | 37 | 40 | 49 | 1A |
| Octal | 153 | 162 | 22 | 6 | 0 | 124 | 67 | 100 | 111 | 32 |
| Binary | 1101011 | 1110010 | 10010 | 110 | 0 | 1010100 | 110111 | 1000000 | 1001001 | 11010 |
Color Harmonies of #6B7212
Complementary color
Monochromatic Colors of #6B7212
Black with #6B7212
Text Example
Text Example
White with #6B7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7212; }
p { color: rgb(107,114,18); }
H1.HeaderClassName
{
color: #6B7212;
}
.AnyTagClassName
{
color: #6B7212;
}
</style>
background-color css
<style>
a { background-color: #6B7212; }
a { background-color: rgb(107,114,18); }
div.DivClassName
{
background-color: #6B7212;
}
.BgClassName
{
background-color: #6B7212;
}
</style>
border-color css
<style>
span { border-color: #6B7212; }
span { border-color: rgb(107,114,18); }
td.TdClassName
{
border-color: #6B7212;
}
.TagClassName
{
border-color: #6B7212;
}
</style>