Shades of Fiji Green #6B7213
Tints of Fiji Green #6B7213
RGB
CMYK
RGB Variations
Color information
#6B7213 (or 0x6B7213) is known color: Fiji Green. HEX triplet: 6B, 72 and 13. RGB value is (107,114,19). Sum of RGB (Red+Green+Blue) = 107+114+19=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7213 is #948DEC. Grayscale: #656565. Windows color (decimal): -9735661 or 1274475. OLE color: 1274475.
HSL color Cylindrical-coordinate representation of color #6B7213: hue angle of 64.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B7213 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 19 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.55 |
| HSL | 64.42º | 0.71% | 0.26% | - |
| HSV(B) | 64.42º | 0.83% | 0.45% | - |
| XYZ | 12.2 | 15.21 | 2.91 | - |
| YUV | 101.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 19 | 0.06 | 0 | 0.83 | 0.55 | 64.42 | 0.71 | 0.26 |
| Hex | 6B | 72 | 13 | 6 | 0 | 53 | 37 | 40 | 47 | 1A |
| Octal | 153 | 162 | 23 | 6 | 0 | 123 | 67 | 100 | 107 | 32 |
| Binary | 1101011 | 1110010 | 10011 | 110 | 0 | 1010011 | 110111 | 1000000 | 1000111 | 11010 |
Color Harmonies of #6B7213
Complementary color
Monochromatic Colors of #6B7213
Black with #6B7213
Text Example
Text Example
White with #6B7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7213; }
p { color: rgb(107,114,19); }
H1.HeaderClassName
{
color: #6B7213;
}
.AnyTagClassName
{
color: #6B7213;
}
</style>
background-color css
<style>
a { background-color: #6B7213; }
a { background-color: rgb(107,114,19); }
div.DivClassName
{
background-color: #6B7213;
}
.BgClassName
{
background-color: #6B7213;
}
</style>
border-color css
<style>
span { border-color: #6B7213; }
span { border-color: rgb(107,114,19); }
td.TdClassName
{
border-color: #6B7213;
}
.TagClassName
{
border-color: #6B7213;
}
</style>