Shades of Fiji Green #6B711F
Tints of Fiji Green #6B711F
RGB
CMYK
RGB Variations
Color information
#6B711F (or 0x6B711F) is known color: Fiji Green. HEX triplet: 6B, 71 and 1F. RGB value is (107,113,31). Sum of RGB (Red+Green+Blue) = 107+113+31=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #6B711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B711F is #948EE0. Grayscale: #666666. Windows color (decimal): -9735905 or 2060651. OLE color: 2060651.
HSL color Cylindrical-coordinate representation of color #6B711F: hue angle of 64.39º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B711F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 31 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.56 |
| HSL | 64.39º | 0.57% | 0.28% | - |
| HSV(B) | 64.39º | 0.73% | 0.44% | - |
| XYZ | 12.22 | 15.03 | 3.55 | - |
| YUV | 101.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 31 | 0.05 | 0 | 0.73 | 0.56 | 64.39 | 0.57 | 0.28 |
| Hex | 6B | 71 | 1F | 5 | 0 | 49 | 38 | 40 | 39 | 1C |
| Octal | 153 | 161 | 37 | 5 | 0 | 111 | 70 | 100 | 71 | 34 |
| Binary | 1101011 | 1110001 | 11111 | 101 | 0 | 1001001 | 111000 | 1000000 | 111001 | 11100 |
Color Harmonies of #6B711F
Complementary color
Monochromatic Colors of #6B711F
Black with #6B711F
Text Example
Text Example
White with #6B711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B711F; }
p { color: rgb(107,113,31); }
H1.HeaderClassName
{
color: #6B711F;
}
.AnyTagClassName
{
color: #6B711F;
}
</style>
background-color css
<style>
a { background-color: #6B711F; }
a { background-color: rgb(107,113,31); }
div.DivClassName
{
background-color: #6B711F;
}
.BgClassName
{
background-color: #6B711F;
}
</style>
border-color css
<style>
span { border-color: #6B711F; }
span { border-color: rgb(107,113,31); }
td.TdClassName
{
border-color: #6B711F;
}
.TagClassName
{
border-color: #6B711F;
}
</style>