Shades of Fiji Green #6C7012
Tints of Fiji Green #6C7012
RGB
CMYK
RGB Variations
Color information
#6C7012 (or 0x6C7012) is known color: Fiji Green. HEX triplet: 6C, 70 and 12. RGB value is (108,112,18). Sum of RGB (Red+Green+Blue) = 108+112+18=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7012 is #938FED. Grayscale: #646464. Windows color (decimal): -9670638 or 1208428. OLE color: 1208428.
HSL color Cylindrical-coordinate representation of color #6C7012: hue angle of 62.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C7012 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 18 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.56 |
| HSL | 62.55º | 0.72% | 0.25% | - |
| HSV(B) | 62.55º | 0.84% | 0.44% | - |
| XYZ | 12.09 | 14.82 | 2.8 | - |
| YUV | 100.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 18 | 0.04 | 0 | 0.84 | 0.56 | 62.55 | 0.72 | 0.25 |
| Hex | 6C | 70 | 12 | 4 | 0 | 54 | 38 | 3F | 48 | 19 |
| Octal | 154 | 160 | 22 | 4 | 0 | 124 | 70 | 77 | 110 | 31 |
| Binary | 1101100 | 1110000 | 10010 | 100 | 0 | 1010100 | 111000 | 111111 | 1001000 | 11001 |
Color Harmonies of #6C7012
Complementary color
Monochromatic Colors of #6C7012
Black with #6C7012
Text Example
Text Example
White with #6C7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7012; }
p { color: rgb(108,112,18); }
H1.HeaderClassName
{
color: #6C7012;
}
.AnyTagClassName
{
color: #6C7012;
}
</style>
background-color css
<style>
a { background-color: #6C7012; }
a { background-color: rgb(108,112,18); }
div.DivClassName
{
background-color: #6C7012;
}
.BgClassName
{
background-color: #6C7012;
}
</style>
border-color css
<style>
span { border-color: #6C7012; }
span { border-color: rgb(108,112,18); }
td.TdClassName
{
border-color: #6C7012;
}
.TagClassName
{
border-color: #6C7012;
}
</style>