Shades of Fiji Green #6B800D
Tints of Fiji Green #6B800D
RGB
CMYK
RGB Variations
Color information
#6B800D (or 0x6B800D) is known color: Fiji Green. HEX triplet: 6B, 80 and 0D. RGB value is (107,128,13). Sum of RGB (Red+Green+Blue) = 107+128+13=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #6B800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B800D is #947FF2. Grayscale: #6D6D6D. Windows color (decimal): -9732083 or 884843. OLE color: 884843.
HSL color Cylindrical-coordinate representation of color #6B800D: hue angle of 70.96º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B800D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 13 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.50 |
| HSL | 70.96º | 0.82% | 0.28% | - |
| HSV(B) | 70.96º | 0.9% | 0.5% | - |
| XYZ | 13.86 | 18.59 | 3.24 | - |
| YUV | 108.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 13 | 0.16 | 0 | 0.90 | 0.50 | 70.96 | 0.82 | 0.28 |
| Hex | 6B | 80 | D | 10 | 0 | 5A | 32 | 47 | 52 | 1C |
| Octal | 153 | 200 | 15 | 20 | 0 | 132 | 62 | 107 | 122 | 34 |
| Binary | 1101011 | 10000000 | 1101 | 10000 | 0 | 1011010 | 110010 | 1000111 | 1010010 | 11100 |
Color Harmonies of #6B800D
Complementary color
Monochromatic Colors of #6B800D
Black with #6B800D
Text Example
Text Example
White with #6B800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B800D; }
p { color: rgb(107,128,13); }
H1.HeaderClassName
{
color: #6B800D;
}
.AnyTagClassName
{
color: #6B800D;
}
</style>
background-color css
<style>
a { background-color: #6B800D; }
a { background-color: rgb(107,128,13); }
div.DivClassName
{
background-color: #6B800D;
}
.BgClassName
{
background-color: #6B800D;
}
</style>
border-color css
<style>
span { border-color: #6B800D; }
span { border-color: rgb(107,128,13); }
td.TdClassName
{
border-color: #6B800D;
}
.TagClassName
{
border-color: #6B800D;
}
</style>