Shades of Fiji Green #6F7C1D
Tints of Fiji Green #6F7C1D
RGB
CMYK
RGB Variations
Color information
#6F7C1D (or 0x6F7C1D) is known color: Fiji Green. HEX triplet: 6F, 7C and 1D. RGB value is (111,124,29). Sum of RGB (Red+Green+Blue) = 111+124+29=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C1D is #9083E2. Grayscale: #6D6D6D. Windows color (decimal): -9470947 or 1932399. OLE color: 1932399.
HSL color Cylindrical-coordinate representation of color #6F7C1D: hue angle of 68.21º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F7C1D is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 29 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.51 |
| HSL | 68.21º | 0.62% | 0.3% | - |
| HSV(B) | 68.21º | 0.77% | 0.49% | - |
| XYZ | 13.98 | 17.88 | 3.88 | - |
| YUV | 109.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 29 | 0.10 | 0 | 0.77 | 0.51 | 68.21 | 0.62 | 0.3 |
| Hex | 6F | 7C | 1D | A | 0 | 4D | 33 | 44 | 3E | 1E |
| Octal | 157 | 174 | 35 | 12 | 0 | 115 | 63 | 104 | 76 | 36 |
| Binary | 1101111 | 1111100 | 11101 | 1010 | 0 | 1001101 | 110011 | 1000100 | 111110 | 11110 |
Color Harmonies of #6F7C1D
Complementary color
Monochromatic Colors of #6F7C1D
Black with #6F7C1D
Text Example
Text Example
White with #6F7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C1D; }
p { color: rgb(111,124,29); }
H1.HeaderClassName
{
color: #6F7C1D;
}
.AnyTagClassName
{
color: #6F7C1D;
}
</style>
background-color css
<style>
a { background-color: #6F7C1D; }
a { background-color: rgb(111,124,29); }
div.DivClassName
{
background-color: #6F7C1D;
}
.BgClassName
{
background-color: #6F7C1D;
}
</style>
border-color css
<style>
span { border-color: #6F7C1D; }
span { border-color: rgb(111,124,29); }
td.TdClassName
{
border-color: #6F7C1D;
}
.TagClassName
{
border-color: #6F7C1D;
}
</style>