Shades of Fiji Green #6C760D
Tints of Fiji Green #6C760D
RGB
CMYK
RGB Variations
Color information
#6C760D (or 0x6C760D) is known color: Fiji Green. HEX triplet: 6C, 76 and 0D. RGB value is (108,118,13). Sum of RGB (Red+Green+Blue) = 108+118+13=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #6C760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C760D is #9389F2. Grayscale: #676767. Windows color (decimal): -9669107 or 882284. OLE color: 882284.
HSL color Cylindrical-coordinate representation of color #6C760D: hue angle of 65.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C760D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 13 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.54 |
| HSL | 65.71º | 0.8% | 0.26% | - |
| HSV(B) | 65.71º | 0.89% | 0.46% | - |
| XYZ | 12.74 | 16.17 | 2.83 | - |
| YUV | 103.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 13 | 0.08 | 0 | 0.89 | 0.54 | 65.71 | 0.8 | 0.26 |
| Hex | 6C | 76 | D | 8 | 0 | 59 | 36 | 42 | 50 | 1A |
| Octal | 154 | 166 | 15 | 10 | 0 | 131 | 66 | 102 | 120 | 32 |
| Binary | 1101100 | 1110110 | 1101 | 1000 | 0 | 1011001 | 110110 | 1000010 | 1010000 | 11010 |
Color Harmonies of #6C760D
Complementary color
Monochromatic Colors of #6C760D
Black with #6C760D
Text Example
Text Example
White with #6C760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C760D; }
p { color: rgb(108,118,13); }
H1.HeaderClassName
{
color: #6C760D;
}
.AnyTagClassName
{
color: #6C760D;
}
</style>
background-color css
<style>
a { background-color: #6C760D; }
a { background-color: rgb(108,118,13); }
div.DivClassName
{
background-color: #6C760D;
}
.BgClassName
{
background-color: #6C760D;
}
</style>
border-color css
<style>
span { border-color: #6C760D; }
span { border-color: rgb(108,118,13); }
td.TdClassName
{
border-color: #6C760D;
}
.TagClassName
{
border-color: #6C760D;
}
</style>