Shades of Fiji Green #6E751B
Tints of Fiji Green #6E751B
RGB
CMYK
RGB Variations
Color information
#6E751B (or 0x6E751B) is known color: Fiji Green. HEX triplet: 6E, 75 and 1B. RGB value is (110,117,27). Sum of RGB (Red+Green+Blue) = 110+117+27=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #6E751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E751B is #918AE4. Grayscale: #696969. Windows color (decimal): -9538277 or 1799534. OLE color: 1799534.
HSL color Cylindrical-coordinate representation of color #6E751B: hue angle of 64.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E751B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 27 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.54 |
| HSL | 64.67º | 0.63% | 0.28% | - |
| HSV(B) | 64.67º | 0.77% | 0.46% | - |
| XYZ | 12.99 | 16.12 | 3.46 | - |
| YUV | 104.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 27 | 0.06 | 0 | 0.77 | 0.54 | 64.67 | 0.63 | 0.28 |
| Hex | 6E | 75 | 1B | 6 | 0 | 4D | 36 | 41 | 3E | 1C |
| Octal | 156 | 165 | 33 | 6 | 0 | 115 | 66 | 101 | 76 | 34 |
| Binary | 1101110 | 1110101 | 11011 | 110 | 0 | 1001101 | 110110 | 1000001 | 111110 | 11100 |
Color Harmonies of #6E751B
Complementary color
Monochromatic Colors of #6E751B
Black with #6E751B
Text Example
Text Example
White with #6E751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E751B; }
p { color: rgb(110,117,27); }
H1.HeaderClassName
{
color: #6E751B;
}
.AnyTagClassName
{
color: #6E751B;
}
</style>
background-color css
<style>
a { background-color: #6E751B; }
a { background-color: rgb(110,117,27); }
div.DivClassName
{
background-color: #6E751B;
}
.BgClassName
{
background-color: #6E751B;
}
</style>
border-color css
<style>
span { border-color: #6E751B; }
span { border-color: rgb(110,117,27); }
td.TdClassName
{
border-color: #6E751B;
}
.TagClassName
{
border-color: #6E751B;
}
</style>