Shades of Fiji Green #6A711C
Tints of Fiji Green #6A711C
RGB
CMYK
RGB Variations
Color information
#6A711C (or 0x6A711C) is known color: Fiji Green. HEX triplet: 6A, 71 and 1C. RGB value is (106,113,28). Sum of RGB (Red+Green+Blue) = 106+113+28=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #6A711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A711C is #958EE3. Grayscale: #656565. Windows color (decimal): -9801444 or 1864042. OLE color: 1864042.
HSL color Cylindrical-coordinate representation of color #6A711C: hue angle of 64.94º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A711C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 28 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.56 |
| HSL | 64.94º | 0.6% | 0.28% | - |
| HSV(B) | 64.94º | 0.75% | 0.44% | - |
| XYZ | 12.06 | 14.96 | 3.35 | - |
| YUV | 101.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 28 | 0.06 | 0 | 0.75 | 0.56 | 64.94 | 0.6 | 0.28 |
| Hex | 6A | 71 | 1C | 6 | 0 | 4B | 38 | 41 | 3C | 1C |
| Octal | 152 | 161 | 34 | 6 | 0 | 113 | 70 | 101 | 74 | 34 |
| Binary | 1101010 | 1110001 | 11100 | 110 | 0 | 1001011 | 111000 | 1000001 | 111100 | 11100 |
Color Harmonies of #6A711C
Complementary color
Monochromatic Colors of #6A711C
Black with #6A711C
Text Example
Text Example
White with #6A711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A711C; }
p { color: rgb(106,113,28); }
H1.HeaderClassName
{
color: #6A711C;
}
.AnyTagClassName
{
color: #6A711C;
}
</style>
background-color css
<style>
a { background-color: #6A711C; }
a { background-color: rgb(106,113,28); }
div.DivClassName
{
background-color: #6A711C;
}
.BgClassName
{
background-color: #6A711C;
}
</style>
border-color css
<style>
span { border-color: #6A711C; }
span { border-color: rgb(106,113,28); }
td.TdClassName
{
border-color: #6A711C;
}
.TagClassName
{
border-color: #6A711C;
}
</style>