Shades of Fiji Green #6B7F1A
Tints of Fiji Green #6B7F1A
RGB
CMYK
RGB Variations
Color information
#6B7F1A (or 0x6B7F1A) is known color: Fiji Green. HEX triplet: 6B, 7F and 1A. RGB value is (107,127,26). Sum of RGB (Red+Green+Blue) = 107+127+26=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7F1A is #9480E5. Grayscale: #6D6D6D. Windows color (decimal): -9732326 or 1736555. OLE color: 1736555.
HSL color Cylindrical-coordinate representation of color #6B7F1A: hue angle of 71.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B7F1A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 26 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.50 |
| HSL | 71.88º | 0.66% | 0.3% | - |
| HSV(B) | 71.88º | 0.8% | 0.5% | - |
| XYZ | 13.84 | 18.38 | 3.8 | - |
| YUV | 109.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 26 | 0.16 | 0 | 0.80 | 0.50 | 71.88 | 0.66 | 0.3 |
| Hex | 6B | 7F | 1A | 10 | 0 | 50 | 32 | 48 | 42 | 1E |
| Octal | 153 | 177 | 32 | 20 | 0 | 120 | 62 | 110 | 102 | 36 |
| Binary | 1101011 | 1111111 | 11010 | 10000 | 0 | 1010000 | 110010 | 1001000 | 1000010 | 11110 |
Color Harmonies of #6B7F1A
Complementary color
Monochromatic Colors of #6B7F1A
Black with #6B7F1A
Text Example
Text Example
White with #6B7F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F1A; }
p { color: rgb(107,127,26); }
H1.HeaderClassName
{
color: #6B7F1A;
}
.AnyTagClassName
{
color: #6B7F1A;
}
</style>
background-color css
<style>
a { background-color: #6B7F1A; }
a { background-color: rgb(107,127,26); }
div.DivClassName
{
background-color: #6B7F1A;
}
.BgClassName
{
background-color: #6B7F1A;
}
</style>
border-color css
<style>
span { border-color: #6B7F1A; }
span { border-color: rgb(107,127,26); }
td.TdClassName
{
border-color: #6B7F1A;
}
.TagClassName
{
border-color: #6B7F1A;
}
</style>