Shades of Fiji Green #6B6D1C
Tints of Fiji Green #6B6D1C
RGB
CMYK
RGB Variations
Color information
#6B6D1C (or 0x6B6D1C) is known color: Fiji Green. HEX triplet: 6B, 6D and 1C. RGB value is (107,109,28). Sum of RGB (Red+Green+Blue) = 107+109+28=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D1C is #9492E3. Grayscale: #636363. Windows color (decimal): -9736932 or 1863019. OLE color: 1863019.
HSL color Cylindrical-coordinate representation of color #6B6D1C: hue angle of 61.48º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B6D1C is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 28 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.57 |
| HSL | 61.48º | 0.59% | 0.27% | - |
| HSV(B) | 61.48º | 0.74% | 0.43% | - |
| XYZ | 11.74 | 14.15 | 3.21 | - |
| YUV | 99.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 28 | 0.02 | 0 | 0.74 | 0.57 | 61.48 | 0.59 | 0.27 |
| Hex | 6B | 6D | 1C | 2 | 0 | 4A | 39 | 3D | 3B | 1B |
| Octal | 153 | 155 | 34 | 2 | 0 | 112 | 71 | 75 | 73 | 33 |
| Binary | 1101011 | 1101101 | 11100 | 10 | 0 | 1001010 | 111001 | 111101 | 111011 | 11011 |
Color Harmonies of #6B6D1C
Complementary color
Monochromatic Colors of #6B6D1C
Black with #6B6D1C
Text Example
Text Example
White with #6B6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D1C; }
p { color: rgb(107,109,28); }
H1.HeaderClassName
{
color: #6B6D1C;
}
.AnyTagClassName
{
color: #6B6D1C;
}
</style>
background-color css
<style>
a { background-color: #6B6D1C; }
a { background-color: rgb(107,109,28); }
div.DivClassName
{
background-color: #6B6D1C;
}
.BgClassName
{
background-color: #6B6D1C;
}
</style>
border-color css
<style>
span { border-color: #6B6D1C; }
span { border-color: rgb(107,109,28); }
td.TdClassName
{
border-color: #6B6D1C;
}
.TagClassName
{
border-color: #6B6D1C;
}
</style>