Shades of Fiji Green #6B7F13
Tints of Fiji Green #6B7F13
RGB
CMYK
RGB Variations
Color information
#6B7F13 (or 0x6B7F13) is known color: Fiji Green. HEX triplet: 6B, 7F and 13. RGB value is (107,127,19). Sum of RGB (Red+Green+Blue) = 107+127+19=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7F13 is #9480EC. Grayscale: #6D6D6D. Windows color (decimal): -9732333 or 1277803. OLE color: 1277803.
HSL color Cylindrical-coordinate representation of color #6B7F13: hue angle of 71.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B7F13 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 19 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.50 |
| HSL | 71.11º | 0.74% | 0.29% | - |
| HSV(B) | 71.11º | 0.85% | 0.5% | - |
| XYZ | 13.77 | 18.35 | 3.43 | - |
| YUV | 108.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 19 | 0.16 | 0 | 0.85 | 0.50 | 71.11 | 0.74 | 0.29 |
| Hex | 6B | 7F | 13 | 10 | 0 | 55 | 32 | 47 | 4A | 1D |
| Octal | 153 | 177 | 23 | 20 | 0 | 125 | 62 | 107 | 112 | 35 |
| Binary | 1101011 | 1111111 | 10011 | 10000 | 0 | 1010101 | 110010 | 1000111 | 1001010 | 11101 |
Color Harmonies of #6B7F13
Complementary color
Monochromatic Colors of #6B7F13
Black with #6B7F13
Text Example
Text Example
White with #6B7F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F13; }
p { color: rgb(107,127,19); }
H1.HeaderClassName
{
color: #6B7F13;
}
.AnyTagClassName
{
color: #6B7F13;
}
</style>
background-color css
<style>
a { background-color: #6B7F13; }
a { background-color: rgb(107,127,19); }
div.DivClassName
{
background-color: #6B7F13;
}
.BgClassName
{
background-color: #6B7F13;
}
</style>
border-color css
<style>
span { border-color: #6B7F13; }
span { border-color: rgb(107,127,19); }
td.TdClassName
{
border-color: #6B7F13;
}
.TagClassName
{
border-color: #6B7F13;
}
</style>