Shades of Fiji Green #6B7A1C
Tints of Fiji Green #6B7A1C
RGB
CMYK
RGB Variations
Color information
#6B7A1C (or 0x6B7A1C) is known color: Fiji Green. HEX triplet: 6B, 7A and 1C. RGB value is (107,122,28). Sum of RGB (Red+Green+Blue) = 107+122+28=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A1C is #9485E3. Grayscale: #6B6B6B. Windows color (decimal): -9733604 or 1866347. OLE color: 1866347.
HSL color Cylindrical-coordinate representation of color #6B7A1C: hue angle of 69.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B7A1C is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 28 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.52 |
| HSL | 69.57º | 0.63% | 0.29% | - |
| HSV(B) | 69.57º | 0.77% | 0.48% | - |
| XYZ | 13.23 | 17.13 | 3.71 | - |
| YUV | 106.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 28 | 0.12 | 0 | 0.77 | 0.52 | 69.57 | 0.63 | 0.29 |
| Hex | 6B | 7A | 1C | C | 0 | 4D | 34 | 46 | 3F | 1D |
| Octal | 153 | 172 | 34 | 14 | 0 | 115 | 64 | 106 | 77 | 35 |
| Binary | 1101011 | 1111010 | 11100 | 1100 | 0 | 1001101 | 110100 | 1000110 | 111111 | 11101 |
Color Harmonies of #6B7A1C
Complementary color
Monochromatic Colors of #6B7A1C
Black with #6B7A1C
Text Example
Text Example
White with #6B7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A1C; }
p { color: rgb(107,122,28); }
H1.HeaderClassName
{
color: #6B7A1C;
}
.AnyTagClassName
{
color: #6B7A1C;
}
</style>
background-color css
<style>
a { background-color: #6B7A1C; }
a { background-color: rgb(107,122,28); }
div.DivClassName
{
background-color: #6B7A1C;
}
.BgClassName
{
background-color: #6B7A1C;
}
</style>
border-color css
<style>
span { border-color: #6B7A1C; }
span { border-color: rgb(107,122,28); }
td.TdClassName
{
border-color: #6B7A1C;
}
.TagClassName
{
border-color: #6B7A1C;
}
</style>