Shades of Fiji Green #6B701F
Tints of Fiji Green #6B701F
RGB
CMYK
RGB Variations
Color information
#6B701F (or 0x6B701F) is known color: Fiji Green. HEX triplet: 6B, 70 and 1F. RGB value is (107,112,31). Sum of RGB (Red+Green+Blue) = 107+112+31=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #6B701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B701F is #948FE0. Grayscale: #656565. Windows color (decimal): -9736161 or 2060395. OLE color: 2060395.
HSL color Cylindrical-coordinate representation of color #6B701F: hue angle of 63.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B701F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 31 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.56 |
| HSL | 63.7º | 0.57% | 0.28% | - |
| HSV(B) | 63.7º | 0.72% | 0.44% | - |
| XYZ | 12.1 | 14.81 | 3.52 | - |
| YUV | 101.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 31 | 0.04 | 0 | 0.72 | 0.56 | 63.7 | 0.57 | 0.28 |
| Hex | 6B | 70 | 1F | 4 | 0 | 48 | 38 | 40 | 39 | 1C |
| Octal | 153 | 160 | 37 | 4 | 0 | 110 | 70 | 100 | 71 | 34 |
| Binary | 1101011 | 1110000 | 11111 | 100 | 0 | 1001000 | 111000 | 1000000 | 111001 | 11100 |
Color Harmonies of #6B701F
Complementary color
Monochromatic Colors of #6B701F
Black with #6B701F
Text Example
Text Example
White with #6B701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B701F; }
p { color: rgb(107,112,31); }
H1.HeaderClassName
{
color: #6B701F;
}
.AnyTagClassName
{
color: #6B701F;
}
</style>
background-color css
<style>
a { background-color: #6B701F; }
a { background-color: rgb(107,112,31); }
div.DivClassName
{
background-color: #6B701F;
}
.BgClassName
{
background-color: #6B701F;
}
</style>
border-color css
<style>
span { border-color: #6B701F; }
span { border-color: rgb(107,112,31); }
td.TdClassName
{
border-color: #6B701F;
}
.TagClassName
{
border-color: #6B701F;
}
</style>