Shades of Fiji Green #6B6B14
Tints of Fiji Green #6B6B14
RGB
CMYK
RGB Variations
Color information
#6B6B14 (or 0x6B6B14) is known color: Fiji Green. HEX triplet: 6B, 6B and 14. RGB value is (107,107,20). Sum of RGB (Red+Green+Blue) = 107+107+20=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6B14 is #9494EB. Grayscale: #616161. Windows color (decimal): -9737452 or 1338219. OLE color: 1338219.
HSL color Cylindrical-coordinate representation of color #6B6B14: hue angle of 60º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B6B14 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 20 | - |
| CMYK | 0 | 0 | 0.81 | 0.58 |
| HSL | 60º | 0.69% | 0.25% | - |
| HSV(B) | 60º | 0.81% | 0.42% | - |
| XYZ | 11.45 | 13.69 | 2.7 | - |
| YUV | 97.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 20 | 0 | 0 | 0.81 | 0.58 | 60 | 0.69 | 0.25 |
| Hex | 6B | 6B | 14 | 0 | 0 | 51 | 3A | 3C | 45 | 19 |
| Octal | 153 | 153 | 24 | 0 | 0 | 121 | 72 | 74 | 105 | 31 |
| Binary | 1101011 | 1101011 | 10100 | 0 | 0 | 1010001 | 111010 | 111100 | 1000101 | 11001 |
Color Harmonies of #6B6B14
Complementary color
Monochromatic Colors of #6B6B14
Black with #6B6B14
Text Example
Text Example
White with #6B6B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B14; }
p { color: rgb(107,107,20); }
H1.HeaderClassName
{
color: #6B6B14;
}
.AnyTagClassName
{
color: #6B6B14;
}
</style>
background-color css
<style>
a { background-color: #6B6B14; }
a { background-color: rgb(107,107,20); }
div.DivClassName
{
background-color: #6B6B14;
}
.BgClassName
{
background-color: #6B6B14;
}
</style>
border-color css
<style>
span { border-color: #6B6B14; }
span { border-color: rgb(107,107,20); }
td.TdClassName
{
border-color: #6B6B14;
}
.TagClassName
{
border-color: #6B6B14;
}
</style>