Shades of Fiji Green #6B751F
Tints of Fiji Green #6B751F
RGB
CMYK
RGB Variations
Color information
#6B751F (or 0x6B751F) is known color: Fiji Green. HEX triplet: 6B, 75 and 1F. RGB value is (107,117,31). Sum of RGB (Red+Green+Blue) = 107+117+31=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #6B751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B751F is #948AE0. Grayscale: #686868. Windows color (decimal): -9734881 or 2061675. OLE color: 2061675.
HSL color Cylindrical-coordinate representation of color #6B751F: hue angle of 66.98º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B751F is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 31 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.54 |
| HSL | 66.98º | 0.58% | 0.29% | - |
| HSV(B) | 66.98º | 0.74% | 0.46% | - |
| XYZ | 12.67 | 15.95 | 3.71 | - |
| YUV | 104.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 31 | 0.09 | 0 | 0.74 | 0.54 | 66.98 | 0.58 | 0.29 |
| Hex | 6B | 75 | 1F | 9 | 0 | 4A | 36 | 43 | 3A | 1D |
| Octal | 153 | 165 | 37 | 11 | 0 | 112 | 66 | 103 | 72 | 35 |
| Binary | 1101011 | 1110101 | 11111 | 1001 | 0 | 1001010 | 110110 | 1000011 | 111010 | 11101 |
Color Harmonies of #6B751F
Complementary color
Monochromatic Colors of #6B751F
Black with #6B751F
Text Example
Text Example
White with #6B751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B751F; }
p { color: rgb(107,117,31); }
H1.HeaderClassName
{
color: #6B751F;
}
.AnyTagClassName
{
color: #6B751F;
}
</style>
background-color css
<style>
a { background-color: #6B751F; }
a { background-color: rgb(107,117,31); }
div.DivClassName
{
background-color: #6B751F;
}
.BgClassName
{
background-color: #6B751F;
}
</style>
border-color css
<style>
span { border-color: #6B751F; }
span { border-color: rgb(107,117,31); }
td.TdClassName
{
border-color: #6B751F;
}
.TagClassName
{
border-color: #6B751F;
}
</style>