Shades of Fiji Green #6B6508
Tints of Fiji Green #6B6508
RGB
CMYK
RGB Variations
Color information
#6B6508 (or 0x6B6508) is known color: Fiji Green. HEX triplet: 6B, 65 and 08. RGB value is (107,101,8). Sum of RGB (Red+Green+Blue) = 107+101+8=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6508 is #949AF7. Grayscale: #5C5C5C. Windows color (decimal): -9739000 or 550251. OLE color: 550251.
HSL color Cylindrical-coordinate representation of color #6B6508: hue angle of 56.36º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B6508 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 8 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.58 |
| HSL | 56.36º | 0.86% | 0.23% | - |
| HSV(B) | 56.36º | 0.93% | 0.42% | - |
| XYZ | 10.76 | 12.45 | 2.07 | - |
| YUV | 92.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 8 | 0 | 0.06 | 0.93 | 0.58 | 56.36 | 0.86 | 0.23 |
| Hex | 6B | 65 | 8 | 0 | 6 | 5D | 3A | 38 | 56 | 17 |
| Octal | 153 | 145 | 10 | 0 | 6 | 135 | 72 | 70 | 126 | 27 |
| Binary | 1101011 | 1100101 | 1000 | 0 | 110 | 1011101 | 111010 | 111000 | 1010110 | 10111 |
Color Harmonies of #6B6508
Complementary color
Monochromatic Colors of #6B6508
Black with #6B6508
Text Example
Text Example
White with #6B6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6508; }
p { color: rgb(107,101,8); }
H1.HeaderClassName
{
color: #6B6508;
}
.AnyTagClassName
{
color: #6B6508;
}
</style>
background-color css
<style>
a { background-color: #6B6508; }
a { background-color: rgb(107,101,8); }
div.DivClassName
{
background-color: #6B6508;
}
.BgClassName
{
background-color: #6B6508;
}
</style>
border-color css
<style>
span { border-color: #6B6508; }
span { border-color: rgb(107,101,8); }
td.TdClassName
{
border-color: #6B6508;
}
.TagClassName
{
border-color: #6B6508;
}
</style>