Shades of Fiji Green #6A750C
Tints of Fiji Green #6A750C
RGB
CMYK
RGB Variations
Color information
#6A750C (or 0x6A750C) is known color: Fiji Green. HEX triplet: 6A, 75 and 0C. RGB value is (106,117,12). Sum of RGB (Red+Green+Blue) = 106+117+12=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #6A750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A750C is #958AF3. Grayscale: #666666. Windows color (decimal): -9800436 or 816490. OLE color: 816490.
HSL color Cylindrical-coordinate representation of color #6A750C: hue angle of 66.29º degrees, saturation: 0.81, 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 #6A750C is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 12 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.54 |
| HSL | 66.29º | 0.81% | 0.25% | - |
| HSV(B) | 66.29º | 0.9% | 0.46% | - |
| XYZ | 12.37 | 15.81 | 2.75 | - |
| YUV | 101.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 12 | 0.09 | 0 | 0.90 | 0.54 | 66.29 | 0.81 | 0.25 |
| Hex | 6A | 75 | C | 9 | 0 | 5A | 36 | 42 | 51 | 19 |
| Octal | 152 | 165 | 14 | 11 | 0 | 132 | 66 | 102 | 121 | 31 |
| Binary | 1101010 | 1110101 | 1100 | 1001 | 0 | 1011010 | 110110 | 1000010 | 1010001 | 11001 |
Color Harmonies of #6A750C
Complementary color
Monochromatic Colors of #6A750C
Black with #6A750C
Text Example
Text Example
White with #6A750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A750C; }
p { color: rgb(106,117,12); }
H1.HeaderClassName
{
color: #6A750C;
}
.AnyTagClassName
{
color: #6A750C;
}
</style>
background-color css
<style>
a { background-color: #6A750C; }
a { background-color: rgb(106,117,12); }
div.DivClassName
{
background-color: #6A750C;
}
.BgClassName
{
background-color: #6A750C;
}
</style>
border-color css
<style>
span { border-color: #6A750C; }
span { border-color: rgb(106,117,12); }
td.TdClassName
{
border-color: #6A750C;
}
.TagClassName
{
border-color: #6A750C;
}
</style>