Shades of Fiji Green #6B7711
Tints of Fiji Green #6B7711
RGB
CMYK
RGB Variations
Color information
#6B7711 (or 0x6B7711) is known color: Fiji Green. HEX triplet: 6B, 77 and 11. RGB value is (107,119,17). Sum of RGB (Red+Green+Blue) = 107+119+17=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7711 is #9488EE. Grayscale: #686868. Windows color (decimal): -9734383 or 1144683. OLE color: 1144683.
HSL color Cylindrical-coordinate representation of color #6B7711: hue angle of 67.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B7711 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 17 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.53 |
| HSL | 67.06º | 0.75% | 0.27% | - |
| HSV(B) | 67.06º | 0.86% | 0.47% | - |
| XYZ | 12.76 | 16.36 | 3.02 | - |
| YUV | 103.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 17 | 0.10 | 0 | 0.86 | 0.53 | 67.06 | 0.75 | 0.27 |
| Hex | 6B | 77 | 11 | A | 0 | 56 | 35 | 43 | 4B | 1B |
| Octal | 153 | 167 | 21 | 12 | 0 | 126 | 65 | 103 | 113 | 33 |
| Binary | 1101011 | 1110111 | 10001 | 1010 | 0 | 1010110 | 110101 | 1000011 | 1001011 | 11011 |
Color Harmonies of #6B7711
Complementary color
Monochromatic Colors of #6B7711
Black with #6B7711
Text Example
Text Example
White with #6B7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7711; }
p { color: rgb(107,119,17); }
H1.HeaderClassName
{
color: #6B7711;
}
.AnyTagClassName
{
color: #6B7711;
}
</style>
background-color css
<style>
a { background-color: #6B7711; }
a { background-color: rgb(107,119,17); }
div.DivClassName
{
background-color: #6B7711;
}
.BgClassName
{
background-color: #6B7711;
}
</style>
border-color css
<style>
span { border-color: #6B7711; }
span { border-color: rgb(107,119,17); }
td.TdClassName
{
border-color: #6B7711;
}
.TagClassName
{
border-color: #6B7711;
}
</style>