Shades of Fiji Green #6C7E14
Tints of Fiji Green #6C7E14
RGB
CMYK
RGB Variations
Color information
#6C7E14 (or 0x6C7E14) is known color: Fiji Green. HEX triplet: 6C, 7E and 14. RGB value is (108,126,20). Sum of RGB (Red+Green+Blue) = 108+126+20=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7E14 is #9381EB. Grayscale: #6C6C6C. Windows color (decimal): -9667052 or 1343084. OLE color: 1343084.
HSL color Cylindrical-coordinate representation of color #6C7E14: hue angle of 70.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C7E14 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 20 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.51 |
| HSL | 70.19º | 0.73% | 0.29% | - |
| HSV(B) | 70.19º | 0.84% | 0.49% | - |
| XYZ | 13.77 | 18.16 | 3.44 | - |
| YUV | 108.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 20 | 0.14 | 0 | 0.84 | 0.51 | 70.19 | 0.73 | 0.29 |
| Hex | 6C | 7E | 14 | E | 0 | 54 | 33 | 46 | 49 | 1D |
| Octal | 154 | 176 | 24 | 16 | 0 | 124 | 63 | 106 | 111 | 35 |
| Binary | 1101100 | 1111110 | 10100 | 1110 | 0 | 1010100 | 110011 | 1000110 | 1001001 | 11101 |
Color Harmonies of #6C7E14
Complementary color
Monochromatic Colors of #6C7E14
Black with #6C7E14
Text Example
Text Example
White with #6C7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E14; }
p { color: rgb(108,126,20); }
H1.HeaderClassName
{
color: #6C7E14;
}
.AnyTagClassName
{
color: #6C7E14;
}
</style>
background-color css
<style>
a { background-color: #6C7E14; }
a { background-color: rgb(108,126,20); }
div.DivClassName
{
background-color: #6C7E14;
}
.BgClassName
{
background-color: #6C7E14;
}
</style>
border-color css
<style>
span { border-color: #6C7E14; }
span { border-color: rgb(108,126,20); }
td.TdClassName
{
border-color: #6C7E14;
}
.TagClassName
{
border-color: #6C7E14;
}
</style>