Shades of Fiji Green #6E7A1B
Tints of Fiji Green #6E7A1B
RGB
CMYK
RGB Variations
Color information
#6E7A1B (or 0x6E7A1B) is known color: Fiji Green. HEX triplet: 6E, 7A and 1B. RGB value is (110,122,27). Sum of RGB (Red+Green+Blue) = 110+122+27=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A1B is #9185E4. Grayscale: #6B6B6B. Windows color (decimal): -9536997 or 1800814. OLE color: 1800814.
HSL color Cylindrical-coordinate representation of color #6E7A1B: hue angle of 67.58º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E7A1B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 27 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.52 |
| HSL | 67.58º | 0.64% | 0.29% | - |
| HSV(B) | 67.58º | 0.78% | 0.48% | - |
| XYZ | 13.59 | 17.31 | 3.66 | - |
| YUV | 107.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 27 | 0.10 | 0 | 0.78 | 0.52 | 67.58 | 0.64 | 0.29 |
| Hex | 6E | 7A | 1B | A | 0 | 4E | 34 | 44 | 40 | 1D |
| Octal | 156 | 172 | 33 | 12 | 0 | 116 | 64 | 104 | 100 | 35 |
| Binary | 1101110 | 1111010 | 11011 | 1010 | 0 | 1001110 | 110100 | 1000100 | 1000000 | 11101 |
Color Harmonies of #6E7A1B
Complementary color
Monochromatic Colors of #6E7A1B
Black with #6E7A1B
Text Example
Text Example
White with #6E7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A1B; }
p { color: rgb(110,122,27); }
H1.HeaderClassName
{
color: #6E7A1B;
}
.AnyTagClassName
{
color: #6E7A1B;
}
</style>
background-color css
<style>
a { background-color: #6E7A1B; }
a { background-color: rgb(110,122,27); }
div.DivClassName
{
background-color: #6E7A1B;
}
.BgClassName
{
background-color: #6E7A1B;
}
</style>
border-color css
<style>
span { border-color: #6E7A1B; }
span { border-color: rgb(110,122,27); }
td.TdClassName
{
border-color: #6E7A1B;
}
.TagClassName
{
border-color: #6E7A1B;
}
</style>