Shades of Fiji Green #6B770C
Tints of Fiji Green #6B770C
RGB
CMYK
RGB Variations
Color information
#6B770C (or 0x6B770C) is known color: Fiji Green. HEX triplet: 6B, 77 and 0C. RGB value is (107,119,12). Sum of RGB (Red+Green+Blue) = 107+119+12=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #6B770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B770C is #9488F3. Grayscale: #676767. Windows color (decimal): -9734388 or 817003. OLE color: 817003.
HSL color Cylindrical-coordinate representation of color #6B770C: hue angle of 66.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B770C is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 12 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.53 |
| HSL | 66.73º | 0.82% | 0.26% | - |
| HSV(B) | 66.73º | 0.9% | 0.47% | - |
| XYZ | 12.73 | 16.35 | 2.83 | - |
| YUV | 103.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 12 | 0.10 | 0 | 0.90 | 0.53 | 66.73 | 0.82 | 0.26 |
| Hex | 6B | 77 | C | A | 0 | 5A | 35 | 43 | 52 | 1A |
| Octal | 153 | 167 | 14 | 12 | 0 | 132 | 65 | 103 | 122 | 32 |
| Binary | 1101011 | 1110111 | 1100 | 1010 | 0 | 1011010 | 110101 | 1000011 | 1010010 | 11010 |
Color Harmonies of #6B770C
Complementary color
Monochromatic Colors of #6B770C
Black with #6B770C
Text Example
Text Example
White with #6B770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B770C; }
p { color: rgb(107,119,12); }
H1.HeaderClassName
{
color: #6B770C;
}
.AnyTagClassName
{
color: #6B770C;
}
</style>
background-color css
<style>
a { background-color: #6B770C; }
a { background-color: rgb(107,119,12); }
div.DivClassName
{
background-color: #6B770C;
}
.BgClassName
{
background-color: #6B770C;
}
</style>
border-color css
<style>
span { border-color: #6B770C; }
span { border-color: rgb(107,119,12); }
td.TdClassName
{
border-color: #6B770C;
}
.TagClassName
{
border-color: #6B770C;
}
</style>