Shades of Fiji Green #6C700C
Tints of Fiji Green #6C700C
RGB
CMYK
RGB Variations
Color information
#6C700C (or 0x6C700C) is known color: Fiji Green. HEX triplet: 6C, 70 and 0C. RGB value is (108,112,12). Sum of RGB (Red+Green+Blue) = 108+112+12=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6C700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C700C is #938FF3. Grayscale: #636363. Windows color (decimal): -9670644 or 815212. OLE color: 815212.
HSL color Cylindrical-coordinate representation of color #6C700C: hue angle of 62.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C700C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 12 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.56 |
| HSL | 62.4º | 0.81% | 0.24% | - |
| HSV(B) | 62.4º | 0.89% | 0.44% | - |
| XYZ | 12.04 | 14.8 | 2.57 | - |
| YUV | 99.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 12 | 0.04 | 0 | 0.89 | 0.56 | 62.4 | 0.81 | 0.24 |
| Hex | 6C | 70 | C | 4 | 0 | 59 | 38 | 3E | 51 | 18 |
| Octal | 154 | 160 | 14 | 4 | 0 | 131 | 70 | 76 | 121 | 30 |
| Binary | 1101100 | 1110000 | 1100 | 100 | 0 | 1011001 | 111000 | 111110 | 1010001 | 11000 |
Color Harmonies of #6C700C
Complementary color
Monochromatic Colors of #6C700C
Black with #6C700C
Text Example
Text Example
White with #6C700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C700C; }
p { color: rgb(108,112,12); }
H1.HeaderClassName
{
color: #6C700C;
}
.AnyTagClassName
{
color: #6C700C;
}
</style>
background-color css
<style>
a { background-color: #6C700C; }
a { background-color: rgb(108,112,12); }
div.DivClassName
{
background-color: #6C700C;
}
.BgClassName
{
background-color: #6C700C;
}
</style>
border-color css
<style>
span { border-color: #6C700C; }
span { border-color: rgb(108,112,12); }
td.TdClassName
{
border-color: #6C700C;
}
.TagClassName
{
border-color: #6C700C;
}
</style>