Shades of Fiji Green #6B6C08
Tints of Fiji Green #6B6C08
RGB
CMYK
RGB Variations
Color information
#6B6C08 (or 0x6B6C08) is known color: Fiji Green. HEX triplet: 6B, 6C and 08. RGB value is (107,108,8). Sum of RGB (Red+Green+Blue) = 107+108+8=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6C08 is #9493F7. Grayscale: #606060. Windows color (decimal): -9737208 or 552043. OLE color: 552043.
HSL color Cylindrical-coordinate representation of color #6B6C08: hue angle of 60.6º 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 #6B6C08 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 8 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.58 |
| HSL | 60.6º | 0.86% | 0.23% | - |
| HSV(B) | 60.6º | 0.93% | 0.42% | - |
| XYZ | 11.47 | 13.87 | 2.3 | - |
| YUV | 96.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 8 | 0.01 | 0 | 0.93 | 0.58 | 60.6 | 0.86 | 0.23 |
| Hex | 6B | 6C | 8 | 1 | 0 | 5D | 3A | 3D | 56 | 17 |
| Octal | 153 | 154 | 10 | 1 | 0 | 135 | 72 | 75 | 126 | 27 |
| Binary | 1101011 | 1101100 | 1000 | 1 | 0 | 1011101 | 111010 | 111101 | 1010110 | 10111 |
Color Harmonies of #6B6C08
Complementary color
Monochromatic Colors of #6B6C08
Black with #6B6C08
Text Example
Text Example
White with #6B6C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C08; }
p { color: rgb(107,108,8); }
H1.HeaderClassName
{
color: #6B6C08;
}
.AnyTagClassName
{
color: #6B6C08;
}
</style>
background-color css
<style>
a { background-color: #6B6C08; }
a { background-color: rgb(107,108,8); }
div.DivClassName
{
background-color: #6B6C08;
}
.BgClassName
{
background-color: #6B6C08;
}
</style>
border-color css
<style>
span { border-color: #6B6C08; }
span { border-color: rgb(107,108,8); }
td.TdClassName
{
border-color: #6B6C08;
}
.TagClassName
{
border-color: #6B6C08;
}
</style>