Shades of Fiji Green #6C760C
Tints of Fiji Green #6C760C
RGB
CMYK
RGB Variations
Color information
#6C760C (or 0x6C760C) is known color: Fiji Green. HEX triplet: 6C, 76 and 0C. RGB value is (108,118,12). Sum of RGB (Red+Green+Blue) = 108+118+12=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #6C760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C760C is #9389F3. Grayscale: #676767. Windows color (decimal): -9669108 or 816748. OLE color: 816748.
HSL color Cylindrical-coordinate representation of color #6C760C: hue angle of 65.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C760C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 12 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.54 |
| HSL | 65.66º | 0.82% | 0.25% | - |
| HSV(B) | 65.66º | 0.9% | 0.46% | - |
| XYZ | 12.73 | 16.17 | 2.8 | - |
| YUV | 102.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 12 | 0.08 | 0 | 0.90 | 0.54 | 65.66 | 0.82 | 0.25 |
| Hex | 6C | 76 | C | 8 | 0 | 5A | 36 | 42 | 52 | 19 |
| Octal | 154 | 166 | 14 | 10 | 0 | 132 | 66 | 102 | 122 | 31 |
| Binary | 1101100 | 1110110 | 1100 | 1000 | 0 | 1011010 | 110110 | 1000010 | 1010010 | 11001 |
Color Harmonies of #6C760C
Complementary color
Monochromatic Colors of #6C760C
Black with #6C760C
Text Example
Text Example
White with #6C760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C760C; }
p { color: rgb(108,118,12); }
H1.HeaderClassName
{
color: #6C760C;
}
.AnyTagClassName
{
color: #6C760C;
}
</style>
background-color css
<style>
a { background-color: #6C760C; }
a { background-color: rgb(108,118,12); }
div.DivClassName
{
background-color: #6C760C;
}
.BgClassName
{
background-color: #6C760C;
}
</style>
border-color css
<style>
span { border-color: #6C760C; }
span { border-color: rgb(108,118,12); }
td.TdClassName
{
border-color: #6C760C;
}
.TagClassName
{
border-color: #6C760C;
}
</style>