Shades of Fiji Green #6C7419
Tints of Fiji Green #6C7419
RGB
CMYK
RGB Variations
Color information
#6C7419 (or 0x6C7419) is known color: Fiji Green. HEX triplet: 6C, 74 and 19. RGB value is (108,116,25). Sum of RGB (Red+Green+Blue) = 108+116+25=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7419 is #938BE6. Grayscale: #676767. Windows color (decimal): -9669607 or 1668204. OLE color: 1668204.
HSL color Cylindrical-coordinate representation of color #6C7419: hue angle of 65.27º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C7419 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 25 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.55 |
| HSL | 65.27º | 0.65% | 0.28% | - |
| HSV(B) | 65.27º | 0.78% | 0.45% | - |
| XYZ | 12.61 | 15.75 | 3.3 | - |
| YUV | 103.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 25 | 0.07 | 0 | 0.78 | 0.55 | 65.27 | 0.65 | 0.28 |
| Hex | 6C | 74 | 19 | 7 | 0 | 4E | 37 | 41 | 41 | 1C |
| Octal | 154 | 164 | 31 | 7 | 0 | 116 | 67 | 101 | 101 | 34 |
| Binary | 1101100 | 1110100 | 11001 | 111 | 0 | 1001110 | 110111 | 1000001 | 1000001 | 11100 |
Color Harmonies of #6C7419
Complementary color
Monochromatic Colors of #6C7419
Black with #6C7419
Text Example
Text Example
White with #6C7419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7419; }
p { color: rgb(108,116,25); }
H1.HeaderClassName
{
color: #6C7419;
}
.AnyTagClassName
{
color: #6C7419;
}
</style>
background-color css
<style>
a { background-color: #6C7419; }
a { background-color: rgb(108,116,25); }
div.DivClassName
{
background-color: #6C7419;
}
.BgClassName
{
background-color: #6C7419;
}
</style>
border-color css
<style>
span { border-color: #6C7419; }
span { border-color: rgb(108,116,25); }
td.TdClassName
{
border-color: #6C7419;
}
.TagClassName
{
border-color: #6C7419;
}
</style>