Shades of Fiji Green #6C750D
Tints of Fiji Green #6C750D
RGB
CMYK
RGB Variations
Color information
#6C750D (or 0x6C750D) is known color: Fiji Green. HEX triplet: 6C, 75 and 0D. RGB value is (108,117,13). Sum of RGB (Red+Green+Blue) = 108+117+13=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750D is #938AF2. Grayscale: #666666. Windows color (decimal): -9669363 or 882028. OLE color: 882028.
HSL color Cylindrical-coordinate representation of color #6C750D: hue angle of 65.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C750D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 13 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.54 |
| HSL | 65.19º | 0.8% | 0.25% | - |
| HSV(B) | 65.19º | 0.89% | 0.46% | - |
| XYZ | 12.62 | 15.94 | 2.79 | - |
| YUV | 102.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 13 | 0.08 | 0 | 0.89 | 0.54 | 65.19 | 0.8 | 0.25 |
| Hex | 6C | 75 | D | 8 | 0 | 59 | 36 | 41 | 50 | 19 |
| Octal | 154 | 165 | 15 | 10 | 0 | 131 | 66 | 101 | 120 | 31 |
| Binary | 1101100 | 1110101 | 1101 | 1000 | 0 | 1011001 | 110110 | 1000001 | 1010000 | 11001 |
Color Harmonies of #6C750D
Complementary color
Monochromatic Colors of #6C750D
Black with #6C750D
Text Example
Text Example
White with #6C750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C750D; }
p { color: rgb(108,117,13); }
H1.HeaderClassName
{
color: #6C750D;
}
.AnyTagClassName
{
color: #6C750D;
}
</style>
background-color css
<style>
a { background-color: #6C750D; }
a { background-color: rgb(108,117,13); }
div.DivClassName
{
background-color: #6C750D;
}
.BgClassName
{
background-color: #6C750D;
}
</style>
border-color css
<style>
span { border-color: #6C750D; }
span { border-color: rgb(108,117,13); }
td.TdClassName
{
border-color: #6C750D;
}
.TagClassName
{
border-color: #6C750D;
}
</style>