Shades of Fiji Green #6B7D13
Tints of Fiji Green #6B7D13
RGB
CMYK
RGB Variations
Color information
#6B7D13 (or 0x6B7D13) is known color: Fiji Green. HEX triplet: 6B, 7D and 13. RGB value is (107,125,19). Sum of RGB (Red+Green+Blue) = 107+125+19=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7D13 is #9482EC. Grayscale: #6B6B6B. Windows color (decimal): -9732845 or 1277291. OLE color: 1277291.
HSL color Cylindrical-coordinate representation of color #6B7D13: hue angle of 70.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B7D13 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 19 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.51 |
| HSL | 70.19º | 0.74% | 0.28% | - |
| HSV(B) | 70.19º | 0.85% | 0.49% | - |
| XYZ | 13.51 | 17.84 | 3.35 | - |
| YUV | 107.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 19 | 0.14 | 0 | 0.85 | 0.51 | 70.19 | 0.74 | 0.28 |
| Hex | 6B | 7D | 13 | E | 0 | 55 | 33 | 46 | 4A | 1C |
| Octal | 153 | 175 | 23 | 16 | 0 | 125 | 63 | 106 | 112 | 34 |
| Binary | 1101011 | 1111101 | 10011 | 1110 | 0 | 1010101 | 110011 | 1000110 | 1001010 | 11100 |
Color Harmonies of #6B7D13
Complementary color
Monochromatic Colors of #6B7D13
Black with #6B7D13
Text Example
Text Example
White with #6B7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D13; }
p { color: rgb(107,125,19); }
H1.HeaderClassName
{
color: #6B7D13;
}
.AnyTagClassName
{
color: #6B7D13;
}
</style>
background-color css
<style>
a { background-color: #6B7D13; }
a { background-color: rgb(107,125,19); }
div.DivClassName
{
background-color: #6B7D13;
}
.BgClassName
{
background-color: #6B7D13;
}
</style>
border-color css
<style>
span { border-color: #6B7D13; }
span { border-color: rgb(107,125,19); }
td.TdClassName
{
border-color: #6B7D13;
}
.TagClassName
{
border-color: #6B7D13;
}
</style>