Shades of Fiji Green #6C670A
Tints of Fiji Green #6C670A
RGB
CMYK
RGB Variations
Color information
#6C670A (or 0x6C670A) is known color: Fiji Green. HEX triplet: 6C, 67 and 0A. RGB value is (108,103,10). Sum of RGB (Red+Green+Blue) = 108+103+10=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C670A is #9398F5. Grayscale: #5E5E5E. Windows color (decimal): -9672950 or 681836. OLE color: 681836.
HSL color Cylindrical-coordinate representation of color #6C670A: hue angle of 56.94º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C670A is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 103 | 10 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.58 |
| HSL | 56.94º | 0.83% | 0.23% | - |
| HSV(B) | 56.94º | 0.91% | 0.42% | - |
| XYZ | 11.09 | 12.91 | 2.19 | - |
| YUV | 93.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 10 | 0 | 0.05 | 0.91 | 0.58 | 56.94 | 0.83 | 0.23 |
| Hex | 6C | 67 | A | 0 | 5 | 5B | 3A | 39 | 53 | 17 |
| Octal | 154 | 147 | 12 | 0 | 5 | 133 | 72 | 71 | 123 | 27 |
| Binary | 1101100 | 1100111 | 1010 | 0 | 101 | 1011011 | 111010 | 111001 | 1010011 | 10111 |
Color Harmonies of #6C670A
Complementary color
Monochromatic Colors of #6C670A
Black with #6C670A
Text Example
Text Example
White with #6C670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C670A; }
p { color: rgb(108,103,10); }
H1.HeaderClassName
{
color: #6C670A;
}
.AnyTagClassName
{
color: #6C670A;
}
</style>
background-color css
<style>
a { background-color: #6C670A; }
a { background-color: rgb(108,103,10); }
div.DivClassName
{
background-color: #6C670A;
}
.BgClassName
{
background-color: #6C670A;
}
</style>
border-color css
<style>
span { border-color: #6C670A; }
span { border-color: rgb(108,103,10); }
td.TdClassName
{
border-color: #6C670A;
}
.TagClassName
{
border-color: #6C670A;
}
</style>