Shades of Fiji Green #6C680C
Tints of Fiji Green #6C680C
RGB
CMYK
RGB Variations
Color information
#6C680C (or 0x6C680C) is known color: Fiji Green. HEX triplet: 6C, 68 and 0C. RGB value is (108,104,12). Sum of RGB (Red+Green+Blue) = 108+104+12=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C680C is #9397F3. Grayscale: #5F5F5F. Windows color (decimal): -9672692 or 813164. OLE color: 813164.
HSL color Cylindrical-coordinate representation of color #6C680C: hue angle of 57.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C680C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 12 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.58 |
| HSL | 57.5º | 0.8% | 0.24% | - |
| HSV(B) | 57.5º | 0.89% | 0.42% | - |
| XYZ | 11.2 | 13.12 | 2.29 | - |
| YUV | 94.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 12 | 0 | 0.04 | 0.89 | 0.58 | 57.5 | 0.8 | 0.24 |
| Hex | 6C | 68 | C | 0 | 4 | 59 | 3A | 3A | 50 | 18 |
| Octal | 154 | 150 | 14 | 0 | 4 | 131 | 72 | 72 | 120 | 30 |
| Binary | 1101100 | 1101000 | 1100 | 0 | 100 | 1011001 | 111010 | 111010 | 1010000 | 11000 |
Color Harmonies of #6C680C
Complementary color
Monochromatic Colors of #6C680C
Black with #6C680C
Text Example
Text Example
White with #6C680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C680C; }
p { color: rgb(108,104,12); }
H1.HeaderClassName
{
color: #6C680C;
}
.AnyTagClassName
{
color: #6C680C;
}
</style>
background-color css
<style>
a { background-color: #6C680C; }
a { background-color: rgb(108,104,12); }
div.DivClassName
{
background-color: #6C680C;
}
.BgClassName
{
background-color: #6C680C;
}
</style>
border-color css
<style>
span { border-color: #6C680C; }
span { border-color: rgb(108,104,12); }
td.TdClassName
{
border-color: #6C680C;
}
.TagClassName
{
border-color: #6C680C;
}
</style>