Shades of Fiji Green #6C710B
Tints of Fiji Green #6C710B
RGB
CMYK
RGB Variations
Color information
#6C710B (or 0x6C710B) is known color: Fiji Green. HEX triplet: 6C, 71 and 0B. RGB value is (108,113,11). Sum of RGB (Red+Green+Blue) = 108+113+11=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #6C710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C710B is #938EF4. Grayscale: #646464. Windows color (decimal): -9670389 or 749932. OLE color: 749932.
HSL color Cylindrical-coordinate representation of color #6C710B: hue angle of 62.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C710B is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 11 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.56 |
| HSL | 62.94º | 0.82% | 0.24% | - |
| HSV(B) | 62.94º | 0.9% | 0.44% | - |
| XYZ | 12.15 | 15.02 | 2.58 | - |
| YUV | 99.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 11 | 0.04 | 0 | 0.90 | 0.56 | 62.94 | 0.82 | 0.24 |
| Hex | 6C | 71 | B | 4 | 0 | 5A | 38 | 3F | 52 | 18 |
| Octal | 154 | 161 | 13 | 4 | 0 | 132 | 70 | 77 | 122 | 30 |
| Binary | 1101100 | 1110001 | 1011 | 100 | 0 | 1011010 | 111000 | 111111 | 1010010 | 11000 |
Color Harmonies of #6C710B
Complementary color
Monochromatic Colors of #6C710B
Black with #6C710B
Text Example
Text Example
White with #6C710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C710B; }
p { color: rgb(108,113,11); }
H1.HeaderClassName
{
color: #6C710B;
}
.AnyTagClassName
{
color: #6C710B;
}
</style>
background-color css
<style>
a { background-color: #6C710B; }
a { background-color: rgb(108,113,11); }
div.DivClassName
{
background-color: #6C710B;
}
.BgClassName
{
background-color: #6C710B;
}
</style>
border-color css
<style>
span { border-color: #6C710B; }
span { border-color: rgb(108,113,11); }
td.TdClassName
{
border-color: #6C710B;
}
.TagClassName
{
border-color: #6C710B;
}
</style>