Shades of Fiji Green #677C13
Tints of Fiji Green #677C13
RGB
CMYK
RGB Variations
Color information
#677C13 (or 0x677C13) is known color: Fiji Green. HEX triplet: 67, 7C and 13. RGB value is (103,124,19). Sum of RGB (Red+Green+Blue) = 103+124+19=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #677C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677C13 is #9883EC. Grayscale: #6A6A6A. Windows color (decimal): -9995245 or 1277031. OLE color: 1277031.
HSL color Cylindrical-coordinate representation of color #677C13: hue angle of 72º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #677C13 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 19 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.51 |
| HSL | 72º | 0.73% | 0.28% | - |
| HSV(B) | 72º | 0.85% | 0.49% | - |
| XYZ | 12.92 | 17.35 | 3.28 | - |
| YUV | 105.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 19 | 0.17 | 0 | 0.85 | 0.51 | 72 | 0.73 | 0.28 |
| Hex | 67 | 7C | 13 | 11 | 0 | 55 | 33 | 48 | 49 | 1C |
| Octal | 147 | 174 | 23 | 21 | 0 | 125 | 63 | 110 | 111 | 34 |
| Binary | 1100111 | 1111100 | 10011 | 10001 | 0 | 1010101 | 110011 | 1001000 | 1001001 | 11100 |
Color Harmonies of #677C13
Complementary color
Monochromatic Colors of #677C13
Black with #677C13
Text Example
Text Example
White with #677C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C13; }
p { color: rgb(103,124,19); }
H1.HeaderClassName
{
color: #677C13;
}
.AnyTagClassName
{
color: #677C13;
}
</style>
background-color css
<style>
a { background-color: #677C13; }
a { background-color: rgb(103,124,19); }
div.DivClassName
{
background-color: #677C13;
}
.BgClassName
{
background-color: #677C13;
}
</style>
border-color css
<style>
span { border-color: #677C13; }
span { border-color: rgb(103,124,19); }
td.TdClassName
{
border-color: #677C13;
}
.TagClassName
{
border-color: #677C13;
}
</style>